[gnus git] branch master updated: m0-1-120-gb4184d8 =1= Put the `unexist' in the special marks list instead.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b4184d80dad6544a1d2dee5077fd875baf90417f (commit)
from 21c575fda8a8afb6af284626133bf989d4875c5a (commit)
- Log -----------------------------------------------------------------
commit b4184d80dad6544a1d2dee5077fd875baf90417f
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 11 19:08:00 2012 +0100
Put the `unexist' in the special marks list instead.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6a24d8f..99eff7e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
* gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
marks.
+ (gnus-article-special-mark-lists): Put the `unexist' in the special
+ marks list instead.
* gnus-sum.el (gnus-articles-to-read): Don't include unexisting
articles in the list of articles to be selected.
diff --git a/lisp/gnus.el b/lisp/gnus.el
index b0875b0..15cc321 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2620,11 +2620,11 @@ a string, be sure to use a valid format, see RFC 2616."
(scored . score) (saved . save)
(cached . cache) (downloadable . download)
(unsendable . unsend) (forwarded . forward)
- (seen . seen)
- (unexist . unexist)))
+ (seen . seen)))
(defconst gnus-article-special-mark-lists
'((seen range)
+ (unexist range)
(killed range)
(bookmark tuple)
(uid tuple)
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus.el | 4 ++--
2 files changed, 4 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