Synch to No Gnus 200512220934.
authoryamaoka <yamaoka>
Thu, 22 Dec 2005 09:34:47 +0000 (09:34 +0000)
committeryamaoka <yamaoka>
Thu, 22 Dec 2005 09:34:47 +0000 (09:34 +0000)
lisp/ChangeLog
lisp/gnus-uu.el

index 24aeadb..29715e9 100644 (file)
@@ -1,7 +1,8 @@
 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * 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  <yamaoka@jpl.org>
 
index aa37d35..52b7617 100644 (file)
@@ -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))