* gnus.el (gnus-article-mark-lists): Add recent.
authorSimon Josefsson <jas@extundo.com>
Sun, 12 Aug 2001 17:41:11 +0000 (17:41 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 12 Aug 2001 17:41:11 +0000 (17:41 +0000)
lisp/gnus.el

index a7bc9d2..6170115 100644 (file)
@@ -1787,7 +1787,8 @@ covered by that variable."
     (bookmarks . bookmark) (dormant . dormant)
     (scored . score) (saved . save)
     (cached . cache) (downloadable . download)
-    (unsendable . unsend) (forwarded . forward)))
+    (unsendable . unsend) (forwarded . forward)
+    (recent . recent)))
 
 (defvar gnus-headers-retrieved-by nil)
 (defvar gnus-article-reply nil)