From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1533 Path: news.gmane.org!not-for-mail From: Tomasz Kosinski Newsgroups: gmane.emacs.gnus.user Subject: Two different IMAP accounts from one server Date: 27 Nov 2002 21:08:42 -0500 Message-ID: <86fztmxx79.fsf@panix.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668279 11649 80.91.229.2 (31 Jan 2006 00:44:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:44:39 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:18 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!stargate.gts.cz!fu-berlin.de!uni-berlin.de!mickle.dialup.access.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: peter@localhost Original-NNTP-Posting-Host: mickle.dialup.access.net (166.84.194.82) Original-X-Trace: fu-berlin.de 1038449299 24160125 166.84.194.82 (16 [111929]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:1673 Original-Lines: 44 X-Gnus-Article-Number: 1673 Tue Jan 17 17:29:18 2006 Xref: news.gmane.org gmane.emacs.gnus.user:1533 Archived-At: 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