(gnus-article-mark-lists): Add `unexist' to the list of marks.
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Feb 2012 17:58:48 +0000 (18:58 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Feb 2012 17:58:48 +0000 (18:58 +0100)
lisp/ChangeLog
lisp/gnus.el

index 4ce1140..6a24d8f 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
 
index 9d38ab8..b0875b0 100644 (file)
@@ -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)