sunway <[EMAIL PROTECTED]> writes: > any time when i hit a group name in GNUS, it will ask "how many > articles ..",how to get rid of it?
Put this in your .gnus.el : (setq gnus-large-newsgroup nil) or customize via the emacs customization interface M-x customize-variable RET gnus-large-newsgroup RET and set to "nil" But you probably don't want to do this. Also note that there is gnu.emacs.gnus for these questions. Crosspost & Followup-To: gnu.emacs.gnus _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
