[gnus git] branch no-gnus updated: m0-1-17-g9d7d982 =1= Fix nnmaildir marks handling
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9d7d982ada74e9dbebb9ab8ae96b438f20479b1f (commit)
from 151b0e629d001d9e1cb9c0a6779c6136b0731424 (commit)
- Log -----------------------------------------------------------------
commit 9d7d982ada74e9dbebb9ab8ae96b438f20479b1f
Author: Lars Ingebrigtsen <[email protected]>
Date: Thu Feb 2 00:12:38 2012 +0100
Fix nnmaildir marks handling
* gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
the "server".
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b1bc099..d83f410 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-02-01 Lars Ingebrigtsen <[email protected]>
+ * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
+ the "server".
+
* gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
the real error message with the useless "previously known to be down".
Which isn't even correct.
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 641405e..de4a5f9 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -1625,7 +1625,7 @@ slower."
("nnagent" post-mail)
("nnimap" post-mail address prompt-address physical-address respool
server-marks)
- ("nnmaildir" mail respool address)
+ ("nnmaildir" mail respool address server-marks)
("nnnil" none))
"*An alist of valid select methods.
The first element of each list lists should be a string with the name
-----------------------------------------------------------------------
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 | 3 +++
lisp/gnus.el | 2 +-
2 files changed, 4 insertions(+), 1 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project