From: yamaoka Date: Thu, 22 Dec 2005 09:34:47 +0000 (+0000) Subject: Synch to No Gnus 200512220934. X-Git-Tag: t-gnus-6_17_4-quimby-~162 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8d906f87d85e6291aaac0cdf7fb7ce61583a234a;p=elisp%2Fgnus.git- Synch to No Gnus 200512220934. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24aeadb..29715e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2005-12-22 Katsumi Yamaoka * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of - the articles to be forwarded. + the articles to be forwarded including the case where neither a + number of articles nor a region is specified. 2005-12-21 Katsumi Yamaoka diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el index aa37d35..52b7617 100644 --- a/lisp/gnus-uu.el +++ b/lisp/gnus-uu.el @@ -487,7 +487,7 @@ didn't work, and overwrite existing files. Otherwise, ask each time." ;; 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))) + (setq gnus-article-reply (nreverse (gnus-uu-find-articles-matching)))) ;; Specify articles to be forwarded. Note that they should be ;; reversed; see `gnus-uu-get-list-of-articles'. (setq gnus-newsgroup-processable (reverse gnus-article-reply))