From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8001 Path: news.gmane.org!not-for-mail From: CHENG Gao Newsgroups: gmane.emacs.gnus.user Subject: Re: archive group always shows up Date: Mon, 18 Sep 2006 22:03:33 +0800 Organization: eqiao.com Message-ID: References: <87ac504gei.fsf@gentoo.whu.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1158588975 8100 80.91.229.2 (18 Sep 2006 14:16:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 14:16:15 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Sep 18 16:16:13 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPJuD-0005SF-Rf for gegu-info-gnus-english@m.gmane.org; Mon, 18 Sep 2006 16:15:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPJuD-0004DS-8D for gegu-info-gnus-english@m.gmane.org; Mon, 18 Sep 2006 10:15:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPJu9-00045c-SL for info-gnus-english@gnu.org; Mon, 18 Sep 2006 10:15:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPJu8-0003yk-6q for info-gnus-english@gnu.org; Mon, 18 Sep 2006 10:15:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPJu7-0003yS-UU for info-gnus-english@gnu.org; Mon, 18 Sep 2006 10:15:23 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GPJwy-0008M3-V3 for info-gnus-english@gnu.org; Mon, 18 Sep 2006 10:18:21 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GPJto-0005LG-AR for info-gnus-english@gnu.org; Mon, 18 Sep 2006 16:15:05 +0200 Original-Received: from 222.95.227.28 ([222.95.227.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Sep 2006 16:15:04 +0200 Original-Received: from chenggao by 222.95.227.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Sep 2006 16:15:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: info-gnus-english@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 222.95.227.28 User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (darwin) Cancel-Lock: sha1:dQgXfzK1SgjME+2bakXjNlvsUn8= X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8001 Archived-At: *On Fri, 15 Sep 2006 23:52:21 -0400 * Peter Wu 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.