Cecil Westerhof <[email protected]> writes: > That is not what I mean. When in a group you can expire an article with > 'E'. What I like to do is to mark several articles with '#' and then > expire all the articles I have marked with '#'.
Try `M-& E'. M-& (translated from <escape> &) runs the command gnus-summary-universal-argument, which is an interactive compiled Lisp function in `gnus-sum.el'. It is bound to M-&, <menu-bar> <Gnus> <Run command on articles...>, <menu-bar> <Gnus> <Process Mark> <Process Mark Sets> <Run command on marked...>. (gnus-summary-universal-argument arg) Perform any operation on all articles that are process/prefixed. Dan _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
