[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnus-summary-move-article and multiple gmail accounts
From: |
George McNinch |
Subject: |
Re: gnus-summary-move-article and multiple gmail accounts |
Date: |
Tue, 08 Nov 2011 11:01:47 -0500 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux) |
Hi--
> ,----
> | (setq gnus-secondary-select-methods
> | '(
> | ...
> | (nnimap "personal"
> | (nnimap-address "imap.gmail.com")
> | (nnimap-inbox "INBOX")
> | )
> | (nnimap "work"
> | (nnimap-address "imap.gmail.com")
> | (nnimap-inbox "INBOX")
> | )
> | ...
> | ))
> `----
HP> Sorry to butt in on your topic with something a bit OT, but
HP> would you mind posting the full code that the above is taken
HP> from?
Actually, I didn't snip anything substantive (just gmane and an nnfolder
spec). I believe that what you need to know is that .authinfo contains
lines
,----
| machine personal login gmail-personal-account-username password **** port imap
| machine work login gmail-work-account-username password **** port imap
`----
and that makes it work.
--
,--------
| George McNinch <gmcninch@gmail.com>
| http://gmcninch.math.tufts.edu
`--------