From c27bc41ce6a1a8188a249dcf3f25959efe4fbb8e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 29 Nov 2000 05:51:41 +0000 Subject: [PATCH] Synch with Gnus. --- lisp/ChangeLog | 4 ++++ lisp/nnmail.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f9c0ad..8625fde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-29 00:00:00 ShengHuo ZHU + + * nnmail.el (nnmail-cache-accepted-message-ids): Add doc. + 2000-11-28 17:00:00 ShengHuo ZHU * message.el (message-shoot-gnksa-feet): New variable. diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 7255b74..910c667 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -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) -- 1.7.10.4