+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
`(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)