From 8d906f87d85e6291aaac0cdf7fb7ce61583a234a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 22 Dec 2005 09:34:47 +0000 Subject: [PATCH] Synch to No Gnus 200512220934. --- lisp/ChangeLog | 3 ++- lisp/gnus-uu.el | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4