(gnus-agent-fetch-selected-article): Update whole summary buffer line,
authorKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 2 Jan 2003 14:50:30 +0000 (14:50 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 2 Jan 2003 14:50:30 +0000 (14:50 +0000)
not just the download mark.

lisp/ChangeLog
lisp/gnus-agent.el

index 5d84bcf..0cf4c4c 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
+       summary buffer line, not just the download mark.
+
 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nndraft.el (nndraft-request-associate-buffer): Use
index c941799..bfcfa28 100644 (file)
@@ -830,7 +830,7 @@ This can be added to `gnus-select-article-hook' or
              gnus-newsgroup-name
             (list gnus-current-article))
        (setq gnus-newsgroup-undownloaded (delq gnus-current-article gnus-newsgroup-undownloaded))
-        (gnus-summary-update-download-mark gnus-current-article)))))
+       (gnus-summary-update-article gnus-current-article)))))
 
 ;;;
 ;;; Internal functions