From f1527b95894881206bda89c2ace0bf2f3375093b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 9 Jul 2004 10:34:48 +0000 Subject: [PATCH] Synch to No Gnus 200407091032. --- lisp/ChangeLog | 7 +++++++ lisp/gnus-agent.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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" -- 1.7.10.4