Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Multiple gmail accounts
@ 2010-02-01  7:42 Joe Galaxy
  2010-02-02 16:52 ` Joe Galaxy
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Galaxy @ 2010-02-01  7:42 UTC (permalink / raw)
  To: info-gnus-english

There isn't a way to have two or more gmail accounts with nnimap?
I've tried with separate authinfo, foreign server, ecc. but gnus read
only one.

-- 
                   ☿ ↫ ⚗ ↬ ☉
$(echo 502625742692402704447754P|dc)@gmail.com

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

* Re: Multiple gmail accounts
  2010-02-01  7:42 Multiple gmail accounts Joe Galaxy
@ 2010-02-02 16:52 ` Joe Galaxy
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Galaxy @ 2010-02-02 16:52 UTC (permalink / raw)
  To: info-gnus-english

On lun 01 feb 2010 08:42, Joe Galaxy <see@my.sig.invalid> wrote:

> There isn't a way to have two or more gmail accounts with nnimap?
I reply to myself; done, as in an old thread:

,----
| (setq gnus-secondary-select-methods '((nnimap "Gmail-One"
|                        (nnimap-server-port 993)
| 		       (nnimap-stream ssl)                                                             
| 		       (nnir-search-engine imap)
|                        (nnimap-address "imap.gmail.com")
|                        (nnimap-list-pattern ("INBOX"))
|                        (nnimap-authinfo-file "~/.authinfo"))
| (nnimap "Gmail-Two"
|                        (nnimap-server-port 993)
| 		       (nnimap-stream ssl)                                                             
| 		       (nnir-search-engine imap)
|                        (nnimap-address "imap.gmail.com")
|                        (nnimap-list-pattern ("INBOX"))
|                        (nnimap-authinfo-file "~/.authinfo"))))
`----

in ~/.authinfo

,----
| machine Gmail-One login $user-one@gmail.com password $pass-one port 993
| machine Gmail-Two login $user-twoamaro@gmail.com password $pass-two port 993
`----

And now, how can I cache all headers local?

I've this:

,----
| (setq gnus-use-cache t)
| (setq gnus-cache-directory "~/Mail/cache/")
| (setq gnus-cache-enter-articles '(ticked dormant read unread))
| (setq gnus-cache-remove-articles nil)
| (setq gnus-cacheable-groups "^nnimap")
`----

TIA, ;^)

-- 
                   ☿ ↫ ⚗ ↬ ☉
$(echo 502625742692402704447754P|dc)@gmail.com

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

end of thread, other threads:[~2010-02-02 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-01  7:42 Multiple gmail accounts Joe Galaxy
2010-02-02 16:52 ` Joe Galaxy

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