+2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
+ convention fully; don't miss the root article of a thread; make
+ the X-Draft-From header with correct article numbers.
+
2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
* gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
(if (and n (not (numberp n)))
(setq message-forward-as-mime (not message-forward-as-mime)
n nil))
- (let ((gnus-article-reply (gnus-summary-work-articles n)))
+ (let ((gnus-article-reply (gnus-summary-work-articles n))
+ gnus-newsgroup-processable)
+ (when (and (not n)
+ (= (length gnus-article-reply) 1))
+ ;; The case where neither a number of articles nor a region is
+ ;; specified.
+ (gnus-summary-top-thread)
+ (setq gnus-article-reply (gnus-uu-get-list-of-articles nil)))
+ ;; Specify articles to be forwarded.
+ (setq gnus-newsgroup-processable (copy-sequence gnus-article-reply))
(gnus-setup-message 'forward
(setq gnus-uu-digest-from-subject nil)
(setq gnus-uu-digest-buffer