(gnus-uu-digest-mail-forward): Make it work even in the case where neither a
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 22 Dec 2005 09:34:34 +0000 (09:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 22 Dec 2005 09:34:34 +0000 (09:34 +0000)
 number of articles nor a region is specified.

lisp/ChangeLog
lisp/gnus-uu.el

index d644857..8237022 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 cde2702..553f0d9 100644 (file)
@@ -488,7 +488,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))