bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8963: 24.0.50; gnus-no-server tries to connect to IMAP server


From: Daiki Ueno
Subject: bug#8963: 24.0.50; gnus-no-server tries to connect to IMAP server
Date: Fri, 01 Jul 2011 10:44:31 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Lars Magne Ingebrigtsen <lmi@gnus.org> writes:

>> (setq gnus-select-method '(nnnil "")
>>       gnus-secondary-select-methods
>>       '((nnimap "a"
>>              (nnimap-address "a.example.org")
>>              (nnimap-username "daiki")
>>              (nnir-search-engine imap))
>>      (nnimap "b"
>>              (nnimap-address "b.example.com")
>>              (nnimap-username "dueno")
>>              (nnir-search-engine imap))))
>
> What `gnus-no-server' does is start Gnus on level 2 instead of the
> default level 5 level.  So if you have groups on level 1 and 2,
> `gnus-no-server' will still contact the servers with groups on those
> levels.

I'm not sure that gnus-secondary-select-methods actually works, but Gnus
in Emacs 23 (or earlier) doesn't contact to the server even if I have
the above gnus-secondary-select-methods setting.

My understanding is that levels are per-group and not per-server, and
all groups defined in ~/.newsrc.eld have level 3.  So I'm wondering
which group Gnus is trying to open.

Regards,
-- 
Daiki Ueno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]