Synch with Oort Gnus.
authoryamaoka <yamaoka>
Thu, 6 Sep 2001 09:10:07 +0000 (09:10 +0000)
committeryamaoka <yamaoka>
Thu, 6 Sep 2001 09:10:07 +0000 (09:10 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index 1d538bc..f07d547 100644 (file)
@@ -1,3 +1,8 @@
+2001-09-06  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
+       and unseen marks.
+
 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * nnmail.el (nnmail-split-fancy): Document `junk'.
index ba32f04..0106ddb 100644 (file)
@@ -2955,8 +2955,14 @@ buffer that was in action when the last article was fetched."
                ((memq gnus-tmp-current gnus-newsgroup-cached)
                 gnus-cached-mark)
                (gnus-tmp-replied gnus-replied-mark)
+               ((memq gnus-tmp-current gnus-newsgroup-forwarded)
+                gnus-forwarded-mark)
                ((memq gnus-tmp-current gnus-newsgroup-saved)
                 gnus-saved-mark)
+               ((memq number gnus-newsgroup-recent)
+                gnus-recent-mark)
+               ((memq number gnus-newsgroup-unseen)
+                gnus-unseen-mark)
                (t gnus-no-mark)))
         (gnus-tmp-from (mail-header-from gnus-tmp-header))
         (gnus-tmp-name