(gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn...
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 16 Feb 2011 20:39:35 +0000 (12:39 -0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 16 Feb 2011 20:39:35 +0000 (12:39 -0800)
lisp/ChangeLog
lisp/gnus-sum.el

index 2577934..1a299a1 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
+       nil means that nnimap doesn't get updated.
+
 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el (auth-source-netrc-create): Return a synthetic search
 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el (auth-source-netrc-create): Return a synthetic search
index 4dfc79a..619c8bd 100644 (file)
@@ -1234,11 +1234,10 @@ For example: ((1 . cn-gb-2312) (2 . big5))."
   :type 'boolean
   :group 'gnus-summary-marks)
 
   :type 'boolean
   :group 'gnus-summary-marks)
 
-(defcustom gnus-propagate-marks nil
+(defcustom gnus-propagate-marks t
   "If non-nil, Gnus will store and retrieve marks from the backends.
 This means that marks will be stored both in .newsrc.eld and in
 the backend, and will slow operation down somewhat."
   "If non-nil, Gnus will store and retrieve marks from the backends.
 This means that marks will be stored both in .newsrc.eld and in
 the backend, and will slow operation down somewhat."
-  :version "24.1"
   :type 'boolean
   :group 'gnus-summary-marks)
 
   :type 'boolean
   :group 'gnus-summary-marks)