* [dooglus@gmail.com: gnus queries all mail folders on startup]
@ 2006-12-09 6:01 Richard Stallman
2006-12-14 7:15 ` Michael Welsh Duggan
0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2006-12-09 6:01 UTC (permalink / 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 -------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dooglus@gmail.com: gnus queries all mail folders on startup]
2006-12-09 6:01 [dooglus@gmail.com: gnus queries all mail folders on startup] Richard Stallman
@ 2006-12-14 7:15 ` Michael Welsh Duggan
0 siblings, 0 replies; 2+ messages in thread
From: Michael Welsh Duggan @ 2006-12-14 7:15 UTC (permalink / raw)
Cc: Chris Moore, emacs-devel
> From: Chris Moore <dooglus@gmail.com>
> Subject: gnus queries all mail folders on startup
> To: emacs-pretest-bug@gnu.org
> Date: Thu, 07 Dec 2006 16:18:08 +0100
> 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.
Since nobody seems to have followed up on this...
Chris, what is the value of `gnus-read-active-file'? According to the
documentation, it should be `some' by default. If it is t, try
setting it to some to see if that solves the problem.
(Gnus node: "The Active File")
--
Michael Welsh Duggan
(md5i@cs.cmu.edu)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-12-14 7:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-09 6:01 [dooglus@gmail.com: gnus queries all mail folders on startup] Richard Stallman
2006-12-14 7:15 ` Michael Welsh Duggan
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.