From: yamaoka Date: Mon, 1 Dec 2003 11:41:27 +0000 (+0000) Subject: Synch to Gnus 200312011137. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2857f1fd23c6c3ae6645f721fa0d21d61ee28a9b;p=elisp%2Fgnus.git- Synch to Gnus 200312011137. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fa312f..25a93b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-12-01 Simon Josefsson + + * gnus-agent.el (gnus-agent-expire-days): Doc fix. + 2003-11-30 Simon Josefsson * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index a8e2f38..1425ce8 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -73,7 +73,8 @@ :type 'integer) (defcustom gnus-agent-expire-days 7 - "Read articles older than this will be expired." + "Read articles older than this will be expired. +If you wish to disable Agent expiring, see `gnus-agent-enable-expiration'." :group 'gnus-agent :type '(number :tag "days"))