*On Fri, 15 Sep 2006 23:52:21 -0400 * Peter Wu <[EMAIL PROTECTED]> climbed out of the dark hell and cried out:
> I enabled archving in .gnus as suggested in the Gnus Manual: > > (setq gnus-message-archive-group > '((if (message-news-p) > "misc-news" > (concat "mail." (format-time-string "%Y-%m"))))) > > > Now, the mail.2006-09, which is this month's email archive, always > displays when Gnus loads, even after I killed it. > > What I want to do is to hide the mail archive groups until I want to see > them by doing ^ and select the archive group I want to see. >From Gnus info, I got: ,---- | The archive group will appear in the group buffer the next | time you start Gnus, or the next time you press `F' in the group | buffer. `---- I have not tested it. Maybe (setq gnus-gcc-mark-as-read t) can solve your problem. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
