Use gnus-newsgroup-undownloaded in place of gnus-undownloaded-mark.
authorKevin Greiner <kevin.greiner@compsol.cc>
Wed, 11 Dec 2002 03:54:16 +0000 (03:54 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Wed, 11 Dec 2002 03:54:16 +0000 (03:54 +0000)
lisp/gnus-art.el

index 12a5839..a92cdac 100644 (file)
@@ -3562,7 +3562,7 @@ If ALL-HEADERS is non-nil, no headers are hidden."
                      (cons gnus-newsgroup-name article))
                (set-buffer gnus-summary-buffer)
                (setq gnus-current-article article)
-               (if (eq (gnus-article-mark article) gnus-undownloaded-mark)
+               (if (memq article gnus-newsgroup-undownloaded)
                    (progn
                      (gnus-summary-set-agent-mark article)
                      (message "Message marked for downloading"))