[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: gnus queries all mail folders on startup]
From: |
Richard Stallman |
Subject: |
address@hidden: gnus queries all mail folders on startup] |
Date: |
Sat, 09 Dec 2006 01:01:23 -0500 |
Would someone please DTRT and ack?
------- Start of forwarded message -------
Date: Thu, 07 Dec 2006 16:18:08 +0100
From: Chris Moore <address@hidden>
To: address@hidden
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
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------
- address@hidden: gnus queries all mail folders on startup],
Richard Stallman <=