(gnus-agent-synchronize-flags): Switch the
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 20 Sep 2005 18:42:16 +0000 (18:42 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 20 Sep 2005 18:42:16 +0000 (18:42 +0000)
default to nil, to be able to use Gnus at all.  If the default
switches to something else, then the function should be fixed not
be exceedingly slow.

lisp/ChangeLog
lisp/gnus-agent.el

index d911e2f..6e1ef01 100644 (file)
@@ -1,3 +1,10 @@
+2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
+       default to nil, to be able to use Gnus at all.  If the default
+       switches to something else, then the function should be fixed not
+       be exceedingly slow.
+
 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus-start.el (gnus-activate-group): if the server is nil, don't
index 890fc9f..33257cb 100644 (file)
@@ -115,7 +115,7 @@ If nil, only read articles will be expired."
   :group 'gnus-agent
   :type 'function)
 
-(defcustom gnus-agent-synchronize-flags t
+(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"