[gnus git] branch master updated: m0-1-119-g21c575f =1= (gnus-article-mark-lists): Add `unexist' to the list of marks.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 21c575fda8a8afb6af284626133bf989d4875c5a (commit)
from b35f3fda4c9eafda715a58a1833b7860bfa7f29c (commit)
- Log -----------------------------------------------------------------
commit 21c575fda8a8afb6af284626133bf989d4875c5a
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 11 18:58:48 2012 +0100
(gnus-article-mark-lists): Add `unexist' to the list of marks.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4ce1140..6a24d8f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-02-11 Lars Ingebrigtsen <[email protected]>
+ * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
+ marks.
+
* 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 9d38ab8..b0875b0 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2620,7 +2620,8 @@ 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)))
+ (seen . seen)
+ (unexist . unexist)))
(defconst gnus-article-special-mark-lists
'((seen range)
-----------------------------------------------------------------------
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 | 3 ++-
2 files changed, 5 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, master has been updated
hooks/post-receive
--
Gnus Project