From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37655 Path: main.gmane.org!not-for-mail From: Joe Casadonte Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap - not quite there yet? Date: 09 Aug 2001 17:31:50 -0400 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035173029 14966 80.91.224.250 (21 Oct 2002 04:03:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:03:49 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 27492 invoked from network); 9 Aug 2001 21:32:06 -0000 Original-Received: from unknown (HELO terrapin.local.northbound-train.com) (216.231.57.205) by gnus.org with SMTP; 9 Aug 2001 21:32:06 -0000 Original-Received: from JCASADONTE (IDENT:root@localhost.localdomain [127.0.0.1]) by terrapin.local.northbound-train.com (8.11.0/8.11.0) with ESMTP id f79KXtr25146 for ; Thu, 9 Aug 2001 16:33:56 -0400 Original-To: ding-list In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-Lines: 56 Xref: main.gmane.org gmane.emacs.gnus.general:37655 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37655 On 09 Aug 2001, Joe Casadonte wrote: > > On 09 Aug 2001, Peter Weiss wrote: > >> I've achieved this by configuring a key like this >> >> (define-key gnus-group-mode-map [f12] >> '(lambda () (interactive) (gnus-group-get-new-news 1))) >> >> in the hook of gnus-started-hook. Taking that one step further (as I am wont to do), I put the following in my ~/.gnus: (defadvice gnus-group-get-new-news (around gnus-group-get-new-news-with-default-level act) "Calls gnus-group-get-new-news with a default level if none provided" (if (not arg) (setq arg gnus-activate-level)) ad-do-it) *Now* it works like I thought it should.... :) >> gnus-activate-level's value is >> 1 >> >> Documentation: >> *Groups higher than this level won't be activated on startup. >> Setting this variable to something low might save lots of time when >> you have many groups that you aren't interested in. > > I guess thought this affected subsequent requests, too. My bad.... > > Though, I swear this is not honored on startup, either. At least by > nnimap (I'm not sure how to check nntp). I looked again, and neither this variable nor my above advice change the fact that all of my IMAP groups are "checked" on startup. I'm not 100% sure what "checked" actually means; it just takes time. -- Regards, joe Joe Casadonte jcasadonte@northbound-train.com ------------------------------------------------------------------------------ Llama Fresh Farms => http://www.northbound-train.com Gay Media Resource List => http://www.northbound-train.com/gaymedia.html Perl for Win32 => http://www.northbound-train.com/perlwin32.html Emacs Stuff => http://www.northbound-train.com/emacs.html Music CD Trading => http://www.northbound-train.com/cdr.html ------------------------------------------------------------------------------ Live Free, that's the message! ------------------------------------------------------------------------------