(gnus-agent-synchronize-flags): Revert to ask.
authorSimon Josefsson <jas@extundo.com>
Fri, 9 Jul 2004 10:32:06 +0000 (10:32 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 9 Jul 2004 10:32:06 +0000 (10:32 +0000)
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.

lisp/ChangeLog
lisp/gnus-agent.el

index 351a04c..248c088 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 7446e48..850030d 100644 (file)
@@ -113,7 +113,7 @@ If nil, only read articles will be expired."
   :group 'gnus-agent
   :type 'function)
 
-(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"