From: yamaoka Date: Sat, 10 Sep 2005 11:27:34 +0000 (+0000) Subject: Synch to No Gnus 200509101001. X-Git-Tag: t-gnus-6_17_4-quimby-~380 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d614a87944a9396c30fed5898d7e05821c73b69f;p=elisp%2Fgnus.git- Synch to No Gnus 200509101001. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea0673f..d6b0a41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-09-10 Simon Josefsson + + * gnus-agent.el (gnus-agent-synchronize-flags): Make the default + t, based on discussion on the ding list with Robert Epprecht + . + 2005-09-07 Reiner Steib * spam-report.el (spam-report-gmane): Make it work without diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 08426db..509851a 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -126,7 +126,7 @@ fetched will be limited to it. If not a positive integer, never consider it." :type '(choice (const nil) (integer :tag "Number"))) -(defcustom gnus-agent-synchronize-flags nil +(defcustom gnus-agent-synchronize-flags t "Indicate if flags are synchronized when you plug in. If this is `ask' the hook will query the user." :version "21.1"