[gnus git] branch master updated: m0-11-148-g3b332f4 =1= * auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
Ted <[email protected]> Thu, 05 Feb 2015 11:51:43 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3b332f4bc8531cc13428f4e3778b1e3f53a852f4 (commit)
from 1f29630d1478a92b0df91f33fdd1200b09554252 (commit)
- Log -----------------------------------------------------------------
commit 3b332f4bc8531cc13428f4e3778b1e3f53a852f4
Author: Ted Zlatanov <[email protected]>
Date: Thu Feb 5 05:50:56 2015 -0500
* auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index aabcb59..0a5a4ad 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-05 Teodor Zlatanov <[email protected]>
+
+ * auth.texi (Multiple GMail accounts with Gnus): Add FAQ.
+
2015-02-05 Lars Ingebrigtsen <[email protected]>
* gnus.texi (Using IMAP): Fix menu node name.
diff --git a/texi/auth.texi b/texi/auth.texi
index 1aba3da..31731e4 100644
--- a/texi/auth.texi
+++ b/texi/auth.texi
@@ -59,6 +59,7 @@ It is a way for multiple applications to share a single configuration
@menu
* Overview:: Overview of the auth-source library.
* Help for users::
+* Multiple GMail accounts with Gnus::
* Secret Service API::
* Help for developers::
* GnuPG and EasyPG Assistant Configuration::
@@ -229,6 +230,27 @@ don't use a port entry, you match any Tramp method, as explained
earlier. Since Tramp has about 88 connection methods, this may be
necessary if you have an unusual (see earlier comment on those) setup.
+@node Multiple GMail accounts with Gnus
+@chapter Multiple GMail accounts with Gnus
+
+For multiple GMail accounts with Gnus, you have to make two nnimap
+entries in your @code{gnus-secondary-select-methods} with distinct
+names:
+
+@example
+(setq gnus-secondary-select-methods '((nnimap "gmail"
+ (nnimap-address "imap.gmail.com"))
+ (nnimap "gmail2"
+ (nnimap-address "imap.gmail.com"))))
+@end example
+
+Your netrc entries will then be:
+
+@example
+machine gmail login [email protected] password "accountpassword" port imap
+machine gmail2 login [email protected] password "account2password" port imap
+@end example
+
@node Secret Service API
@chapter Secret Service API
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/auth.texi | 22 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project