(gnus-agent-synchronize-flags): Default to nil.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 May 2004 11:11:34 +0000 (11:11 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 May 2004 11:11:34 +0000 (11:11 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index 9d377d5..2a6a7bb 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
+
 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-summary-prepare-exit): oops, forgot (length)
 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-summary-prepare-exit): oops, forgot (length)
index 66bc357..3dc2bd5 100644 (file)
@@ -113,7 +113,7 @@ If nil, only read articles will be expired."
   :group 'gnus-agent
   :type 'function)
 
   :group 'gnus-agent
   :type 'function)
 
-(defcustom gnus-agent-synchronize-flags 'ask
+(defcustom gnus-agent-synchronize-flags nil
   "Indicate if flags are synchronized when you plug in.
 If this is `ask' the hook will query the user."
   :version "21.1"
   "Indicate if flags are synchronized when you plug in.
 If this is `ask' the hook will query the user."
   :version "21.1"