From: Richard Stallman <rms@gnu.org>
Subject: [dooglus@gmail.com: gnus queries all mail folders on startup]
Date: Sat, 09 Dec 2006 01:01:23 -0500 [thread overview]
Message-ID: <E1GsvH1-00032Q-6L@fencepost.gnu.org> (raw)
Would someone please DTRT and ack?
------- Start of forwarded message -------
Date: Thu, 07 Dec 2006 16:18:08 +0100
From: Chris Moore <dooglus@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: gnus queries all mail folders on startup
X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=failed
version=3.0.4
I'm using nnimap in gnus to read my email.
Each time I start gnus, it polls every one of my hundreds of mail
folders, which takes quite a long time.
I've set gnus-activate-level to 5, and unsubscribed from the folders I
don't want it to scan. I've checked, and those folders now have a
rank of 6, and so they shouldn't be scanned by default.
If I interrupt the lengthy startup process, I see a backtrace like
this:
accept-process-output(#<process imap> 0 100)
imap-wait-for-tag(919 nil)
imap-send-command-wait("EXAMINE \"sites.s\"")
imap-mailbox-select-1("sites.s" examine)
imap-mailbox-select("sites.s" examine)
nnimap-find-minmax-uid("sites.s" examine)
nnimap-retrieve-groups(("sites.linkedin" "deleted" "sites.worth1000" "sites.google.blogger" ...) "localhost")
gnus-retrieve-groups(("sites.linkedin" "deleted" "sites.worth1000" "sites.google.blogger" ...) (nnimap "localhost"))
gnus-read-active-file-2(("sites.linkedin" "deleted" "sites.worth1000" "sites.google.blogger" ...) (nnimap "localhost"))
gnus-read-active-file-1((nnimap "localhost") nil)
gnus-read-active-file(nil nil)
gnus-setup-news(nil nil nil)
byte-code(...)
gnus-1(nil nil nil)
gnus(nil)
call-interactively(gnus)
And I can see here that the rank of "sites.worth1000" is 6, whereas
gnus-activate-level is 5:
ELISP> (gnus-info-rank (assoc "sites.worth1000" gnus-newsrc-alist))
6
ELISP> gnus-activate-level
5
Info node "(gnus) Group Levels" tells me:
Gnus will normally just activate (i. e., query the server about)
groups on level `gnus-activate-level' or less. If you don't want to
activate unsubscribed groups, for instance, you might set this variable
to 5. The default is 6.
In GNU Emacs 22.0.91.24 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
of 2006-12-06 on chrislap
X server distributor `RealVNC Ltd', version 11.0.3370
configured using `configure '--with-gtk' '--prefix' '/usr/local/emacs22' '--with-xpm' '--with-jpeg' '--with-png' '--with-gif''
_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------
next reply other threads:[~2006-12-09 6:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-09 6:01 Richard Stallman [this message]
2006-12-14 7:15 ` [dooglus@gmail.com: gnus queries all mail folders on startup] Michael Welsh Duggan
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=E1GsvH1-00032Q-6L@fencepost.gnu.org \
--to=rms@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.