Synch to No Gnus 200407091032.
authoryamaoka <yamaoka>
Fri, 9 Jul 2004 10:34:48 +0000 (10:34 +0000)
committeryamaoka <yamaoka>
Fri, 9 Jul 2004 10:34:48 +0000 (10:34 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index 55c58ee..8931a44 100644 (file)
@@ -1,3 +1,10 @@
+2004-07-09  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <yamaoka@jpl.org>
 
        * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
index 73f87b5..6f7961d 100644 (file)
@@ -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"