Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Two different IMAP accounts from one server
@ 2002-11-28  2:08 Tomasz Kosinski
  2002-11-28 10:05 ` Andrew Markebo
       [not found] ` <958686cf.0211281404.29020d40@posting.google.com>
  0 siblings, 2 replies; 8+ messages in thread
From: Tomasz Kosinski @ 2002-11-28  2:08 UTC (permalink / raw)


I have recently created a second login account with my isp, and I read
mail (from that isp) using IMAP (Gnus v5.9.0). I am wondering how to
read from two different accounts on the same server. Until now, reading
from only one account, the relevant section of my .gnus looks like:

(setq gnus-secondary-select-methods '((nnml "mail")
				      (nnsoup "")
				      (nnimap "isp"
					      (nnimap-address "imap.isp.com")
 					      (nnimap-authenticator login)
					      )))

authorization from my .authinfo file, which has the following line:

        machine imap.isp.com login mynameno1 password mypasswd

First, to retrieve mail from the second/new account, would the simplest
thing be just to add another line to .authinfo? 

        machine imap.isp.com login myothername password myotherpasswd


Then, I have minimal mail splitting rules in effect:

(setq nnimap-split-inbox '("INBOX"))
(setq nnimap-split-crosspost nil)
(setq nnimap-split-rule
      '(("INBOX.metafont" "^Subject:.*METAFONT")
        ...etc...
	("INBOX.private" "")))
(setq nnimap-split-predicate "UNDELETED")

If I leave this untouched, will all the mail which isn't split into
"INBOX.metafont", etc. go into one "nnimap+isp:INBOX.private" box? In
other words, mail from both accounts which doesn't match any split
criteria in one "Inbox"? This is ok, I don't need to split the two.

I hope my question is clear. Thanks for any help. I am one of those
"anybody including nonprogrammers" guys Mr. Saklad was asking about in
one of his posts...except that I have tried to figure out what I can and
asked the list for help otherwise. Thanks again, for present and past
help. 

Tomasz


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

end of thread, other threads:[~2002-12-02 10:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-28  2:08 Two different IMAP accounts from one server Tomasz Kosinski
2002-11-28 10:05 ` Andrew Markebo
2002-11-28 12:14   ` Kai Großjohann
2002-11-28 13:35     ` Kester Clegg
2002-11-28 15:38       ` Kai Großjohann
     [not found]     ` <m3d6op4qvs.fsf@flognat.myip.org>
2002-11-28 16:45       ` Kai Großjohann
     [not found]         ` <m38yzd4fyn.fsf@flognat.myip.org>
2002-11-29 14:14           ` Kai Großjohann
     [not found] ` <958686cf.0211281404.29020d40@posting.google.com>
     [not found]   ` <86znrsb7og.fsf@panix.com>
2002-12-02 10:37     ` Jens Schmidt

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