[gnus git] branch master updated: =1= (gnus-propagate-marks): Change default to t again, since nil means that nnimap doesn't get updated.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4bf6dfbeba571f84b1da5c34d2423e3059814ccf (commit)
from 9f8ec3b0649842332bb2ea590997236088965721 (commit)
- Log -----------------------------------------------------------------
commit 4bf6dfbeba571f84b1da5c34d2423e3059814ccf
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 16 12:39:35 2011 -0800
(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 2577934..1a299a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-16 Lars Ingebrigtsen <[email protected]>
+
+ * 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 <[email protected]>
* auth-source.el (auth-source-netrc-create): Return a synthetic search
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 4dfc79a..619c8bd 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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-sum.el | 3 +--
2 files changed, 6 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project