diff lisp/gnus/nnmail.el @ 80192:639e83cd103d

Merge from gnus--rel--5.10 Revision: emacs@sv.gnu.org/emacs--rel--22--patch-232
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 06:09:16 +0000
parents 1cb31606209f
children
line wrap: on
line diff
--- a/lisp/gnus/nnmail.el	Sun Feb 24 01:06:03 2008 +0000
+++ b/lisp/gnus/nnmail.el	Sun Feb 24 06:09:16 2008 +0000
@@ -532,8 +532,9 @@
   :type '(choice (const :tag "disable" nil)
 		 (integer :format "%v")))
 
-(defcustom nnmail-message-id-cache-file "~/.nnmail-cache"
-  "*The file name of the nnmail Message-ID cache."
+(defcustom nnmail-message-id-cache-file
+  (nnheader-concat gnus-home-directory ".nnmail-cache")
+  "The file name of the nnmail Message-ID cache."
   :group 'nnmail-duplicate
   :group 'nnmail-files
   :type 'file)