From: yamaoka Date: Thu, 22 Dec 2005 07:26:33 +0000 (+0000) Subject: Synch to No Gnus 200512220726. X-Git-Tag: t-gnus-6_17_4-quimby-~164 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=78e3a5e7cd1d9b141d54b00f5a8b41804b4959ac;p=elisp%2Fgnus.git- Synch to No Gnus 200512220726. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a5a304..24aeadb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-12-22 Katsumi Yamaoka + + * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of + the articles to be forwarded. + 2005-12-21 Katsumi Yamaoka * nnrss.el (nnrss-request-article): Fix last change; fill diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el index 64ada4e..95b3b2e 100644 --- a/lisp/gnus-uu.el +++ b/lisp/gnus-uu.el @@ -488,8 +488,9 @@ didn't work, and overwrite existing files. Otherwise, ask each time." ;; 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)) + ;; Specify articles to be forwarded. Note that it should be + ;; reversed; see `gnus-uu-get-list-of-articles'. + (setq gnus-newsgroup-processable (reverse gnus-article-reply)) (gnus-setup-message 'forward (setq gnus-uu-digest-from-subject nil) (setq gnus-uu-digest-buffer