2005-09-10 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 10 Sep 2005 10:01:23 +0000 (10:01 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 10 Sep 2005 10:01:23 +0000 (10:01 +0000)
* gnus-agent.el (gnus-agent-synchronize-flags): Make the default
t, based on discussion on the ding list with Robert Epprecht
<epprecht@solnet.ch>.

lisp/ChangeLog
lisp/gnus-agent.el

index 2c790c0..1c5d8b0 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 33257cb..890fc9f 100644 (file)
@@ -115,7 +115,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 t
   "Indicate if flags are synchronized when you plug in.
 If this is `ask' the hook will query the user."
   :version "21.1"