emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cache.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-cache.el
Date: Sun, 10 Apr 2005 00:20:17 -0400

Index: emacs/lisp/gnus/gnus-cache.el
diff -c emacs/lisp/gnus/gnus-cache.el:1.12 emacs/lisp/gnus/gnus-cache.el:1.13
*** emacs/lisp/gnus/gnus-cache.el:1.12  Sun Dec 26 23:33:51 2004
--- emacs/lisp/gnus/gnus-cache.el       Sun Apr 10 04:20:13 2005
***************
*** 1,6 ****
  ;;; gnus-cache.el --- cache interface for Gnus
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
! ;;        Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; Keywords: news
--- 1,6 ----
  ;;; gnus-cache.el --- cache interface for Gnus
! ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
! ;; 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Lars Magne Ingebrigtsen <address@hidden>
  ;; Keywords: news
***************
*** 421,426 ****
--- 421,427 ----
        (and (not unread) (not ticked) (not dormant) (memq 'read class))))
  
  (defun gnus-cache-file-name (group article)
+   (setq group (gnus-group-decoded-name group))
    (expand-file-name
     (if (stringp article) article (int-to-string article))
     (file-name-as-directory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]