info-gnus-english
[Top][All Lists]
Advanced

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

Re: gnus-summary-move-article and multiple gmail accounts


From: Harry Putnam
Subject: Re: gnus-summary-move-article and multiple gmail accounts
Date: Tue, 08 Nov 2011 08:58:41 -0600
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

George McNinch <gmcninch@gmail.com> writes:

> ,----
> | (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")
> |             )       
> |         ...
> |     ))
> `----

Sorry to butt in on your topic with something a bit OT, but would you
mind posting the full code that the above is taken from? 

I'd like to see how it done to handle multiple gmail accounts.

How I can fit that into this:

(add-to-list 'gnus-secondary-select-methods '(nnimap "hputnam3"
                           (nnimap-address "imap.gmail.com")
                           (nnimap-server-port 993)
                           (nnimap-stream ssl)))

The bit with the apostrophe in your code above is left blank... what
goes in there?




reply via email to

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