Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 14 Jan 2003 07:59:36 +0000 (07:59 +0000)
committeryamaoka <yamaoka>
Tue, 14 Jan 2003 07:59:36 +0000 (07:59 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 604212b..f0aada3 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
+       articles to be marked as well.
+
 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
        * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
        fictious headers generated by nnagent (ie. Undownloaded Article
index bf685f8..dde2f37 100644 (file)
@@ -547,7 +547,7 @@ Gcc: header for archiving purposes."
      `(set-window-configuration ,winconf) 'exit 'postpone 'kill))
   (let ((to-be-marked (cond
                       (yanked yanked)
-                      (article (list article))
+                      (article (if (listp article) article (list article)))
                       (t nil))))
     (message-add-action
      `(when (gnus-buffer-exists-p ,buffer)