From: yamaoka Date: Fri, 9 Jul 2004 10:34:48 +0000 (+0000) Subject: Synch to No Gnus 200407091032. X-Git-Tag: t-gnus-6_17_4-quimby-~826 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1527b95894881206bda89c2ace0bf2f3375093b;p=elisp%2Fgnus.git- Synch to No Gnus 200407091032. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 55c58ee..8931a44 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-07-09 Simon Josefsson + + * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask. + Users will lose all flag changes made while unplugged with + e.g. nntp unless flag synchronization happens, thus `nil' is not a + good default. See numerous reports on ding mailing list. + 2004-07-09 Katsumi Yamaoka * nndoc.el (nndoc-type-alist): Improve regexp for article-begin, diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 73f87b5..6f7961d 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -124,7 +124,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 'ask "Indicate if flags are synchronized when you plug in. If this is `ask' the hook will query the user." :version "21.1"