George McNinch <[email protected]> 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?


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to