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>
;; 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))