Synch to No Gnus 200509101001.
authoryamaoka <yamaoka>
Sat, 10 Sep 2005 11:27:34 +0000 (11:27 +0000)
committeryamaoka <yamaoka>
Sat, 10 Sep 2005 11:27:34 +0000 (11:27 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index ea0673f..d6b0a41 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-10  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
+       t, based on discussion on the ding list with Robert Epprecht
+       <epprecht@solnet.ch>.
+
 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * spam-report.el (spam-report-gmane): Make it work without
index 08426db..509851a 100644 (file)
@@ -126,7 +126,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 t
   "Indicate if flags are synchronized when you plug in.
 If this is `ask' the hook will query the user."
   :version "21.1"