comparison 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
comparison
equal deleted inserted replaced
80191:89d884b75568 80192:639e83cd103d
530 performed." 530 performed."
531 :group 'nnmail-duplicate 531 :group 'nnmail-duplicate
532 :type '(choice (const :tag "disable" nil) 532 :type '(choice (const :tag "disable" nil)
533 (integer :format "%v"))) 533 (integer :format "%v")))
534 534
535 (defcustom nnmail-message-id-cache-file "~/.nnmail-cache" 535 (defcustom nnmail-message-id-cache-file
536 "*The file name of the nnmail Message-ID cache." 536 (nnheader-concat gnus-home-directory ".nnmail-cache")
537 "The file name of the nnmail Message-ID cache."
537 :group 'nnmail-duplicate 538 :group 'nnmail-duplicate
538 :group 'nnmail-files 539 :group 'nnmail-files
539 :type 'file) 540 :type 'file)
540 541
541 (defcustom nnmail-treat-duplicates 'warn 542 (defcustom nnmail-treat-duplicates 'warn