Gnus development mailing list
 help / color / mirror / Atom feed
From: Joe Casadonte <jcasadonte@northbound-train.com>
Subject: Re: nnimap - not quite there yet?
Date: 09 Aug 2001 17:31:50 -0400	[thread overview]
Message-ID: <u8zgs6htl.fsf@terrapin.northbound-train.com> (raw)
In-Reply-To: <uofppt224.fsf@terrapin.northbound-train.com>


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!
------------------------------------------------------------------------------



      reply	other threads:[~2001-08-09 21:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-08 20:29 Joe Casadonte
2001-08-08 22:11 ` Kai Großjohann
2001-08-09 19:56   ` Joe Casadonte
2001-08-09 21:52     ` Kai Großjohann
2001-08-09 22:06       ` Paul Jarc
2001-08-09 22:39         ` Kai Großjohann
2001-08-17 19:33       ` Simon Josefsson
2001-08-08 23:45 ` Amos Gouaux
2001-08-09  6:41 ` Peter Weiss, Sun Microsystems, Germany
2001-08-09 20:23   ` Joe Casadonte
2001-08-09 21:31     ` Joe Casadonte [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u8zgs6htl.fsf@terrapin.northbound-train.com \
    --to=jcasadonte@northbound-train.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).