(gnus-agent-synchronize-flags): Explain why the
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 22 Sep 2005 17:22:06 +0000 (17:22 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 22 Sep 2005 17:22:06 +0000 (17:22 +0000)
default value is nil.

lisp/ChangeLog
lisp/gnus-agent.el

index 0d14f32..fc5f5f1 100644 (file)
@@ -1,5 +1,8 @@
 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
+       default value is nil.
+
        * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
        (mm-uu-verbatim-marks-extract): New function.
        (mm-uu-extract): New face.
index 33257cb..cd54fa2 100644 (file)
@@ -118,6 +118,8 @@ If nil, only read articles will be expired."
 (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."
+  ;; If the default switches to something else than nil, then the function
+  ;; should be fixed not be exceedingly slow.  See 2005-09-20 ChangeLog entry.
   :version "21.1"
   :type '(choice (const :tag "Always" t)
                 (const :tag "Never" nil)