Synch with Gnus.
authoryamaoka <yamaoka>
Wed, 29 Nov 2000 05:51:41 +0000 (05:51 +0000)
committeryamaoka <yamaoka>
Wed, 29 Nov 2000 05:51:41 +0000 (05:51 +0000)
lisp/ChangeLog
lisp/nnmail.el

index 0f9c0ad..8625fde 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
+
 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * message.el (message-shoot-gnksa-feet): New variable.
index 7255b74..910c667 100644 (file)
@@ -189,7 +189,8 @@ The return value should be `delete' or a group name (a string)."
                   string))
 
 (defcustom nnmail-cache-accepted-message-ids nil
-  "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache."
+  "If non-nil, put Message-IDs of Gcc'd articles into the duplicate cache.
+If non-nil, also update the cache when copy or move articles."
   :group 'nnmail
   :type 'boolean)