From: Lars Ingebrigtsen Date: Wed, 16 Feb 2011 20:39:35 +0000 (-0800) Subject: (gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn... X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=4bf6dfbeba571f84b1da5c34d2423e3059814ccf (gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn't get updated. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2577934ca..1a299a14a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-02-16 Lars Ingebrigtsen + + * 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 * auth-source.el (auth-source-netrc-create): Return a synthetic search diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 4dfc79a88..619c8bd75 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -1234,11 +1234,10 @@ For example: ((1 . cn-gb-2312) (2 . big5))." :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." - :version "24.1" :type 'boolean :group 'gnus-summary-marks)