Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus and IMAP servers
@ 2013-03-25 13:20 Uwe Jochum
  2013-03-26 10:43 ` Carson Chittom
  2013-03-26 11:28 ` Uwe Jochum
  0 siblings, 2 replies; 3+ messages in thread
From: Uwe Jochum @ 2013-03-25 13:20 UTC (permalink / raw)
  To: ding

I have on one IMAP mailserver two different accounts that I want 
to access via nnimap.

This is my setting:

(setq

gnus-secondary-select-methods '(
		(nnml "")

	(nnimap "imapaccess1"
		(nnimap-address "imap.someplace.de")
		(nnimap-server-port 143)
		(nnimap-stream network)
		(nnimap-authenticator login)
		(nnimap-authinfo-file "e:/home/.auth1")
		)

	(nnimap "imapaccess2"
		(nnimap-address "imap.someplace.de")
		(nnimap-server-port 143)
		(nnimap-stream network)
		(nnimap-authenticator login)
		(nnimap-authinfo-file "e:/home/.auth2")
		)
	)
)

Now when I do A A to see all available newsgroups and mailboxes Gnus
displays the same list of mailboxes/folders in both IMAP accounts. 
That is: I see something like

nnimap+imapaccess1:Archives
nnimap+imapaccess1:INBOX
nnimap+imapaccess1:Office
nnimap+imapaccess1:Home
nnimap+imapaccess1:Seminary
nnimap+imapaccess2:Archives
nnimap+imapaccess2:INBOX
nnimap+imapaccess2:Office
nnimap+imapaccess2:Home
nnimap+imapaccess2:Seminary

And, even worse, the INBOX of imapaccess1 shows the same mails than 
the INBOX of imapaccess2 and so one for all folders/groups.

Of course, the .auth-files have different user-ids and passwords 
for both accounts.

To make things even more strange: The setting works on my Linux 
machine (Emacs 23 something), but it doesn't work on my office 
windows7 machine: Emacs 24.3.1 with Gnus 5.13.

Can someone confirm this behaviour of Gnus on a Windows machine?

Schöne Grüße,

Uwe Jochum





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-26 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25 13:20 Gnus and IMAP servers Uwe Jochum
2013-03-26 10:43 ` Carson Chittom
2013-03-26 11:28 ` Uwe Jochum

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).