[BTTF] * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of articles
authoryamaoka <yamaoka>
Thu, 16 Jan 2003 02:45:24 +0000 (02:45 +0000)
committeryamaoka <yamaoka>
Thu, 16 Jan 2003 02:45:24 +0000 (02:45 +0000)
 to be marked as well.

ChangeLog
lisp/gnus-msg.el

index 251a1cd..af2f103 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
+       articles to be marked as well.
+
 2003-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-util.el (gnus-read-event-char): Take an optional
index cdc0b4f..d372cf3 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)