aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-12-25 12:00:26 +0000
committerKatsumi Yamaoka2012-12-25 12:00:26 +0000
commit45dd64808b72411218cf5fb7e80b0d879141f8c8 (patch)
tree6afd0b4b86b43216e4232db08cc901eff5c9d6fc /doc
parent9a0d4f34c6575556260d67f97bbb88a9ef757081 (diff)
downloademacs-45dd64808b72411218cf5fb7e80b0d879141f8c8.tar.gz
emacs-45dd64808b72411218cf5fb7e80b0d879141f8c8.zip
Merge changes made in Gnus master
nnimap.el (nnimap-authenticator): Expand to allow specifying the login methods. (nnimap-login): Respect the `nnimap-authenticator' variable. gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete mark state when moving articles. Otherwise unticked articles will get their ticks back after moving. gnus.texi (Customizing the IMAP Connection): Mention the other authenticators.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi6
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 18db253a714..9b58992d2d9 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Customizing the IMAP Connection): Mention the other
4 authenticators.
5
12012-12-24 Lars Ingebrigtsen <larsi@gnus.org> 62012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
2 7
3 * gnus.texi (Browse Foreign Server): Document 8 * gnus.texi (Browse Foreign Server): Document
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index a41a2023a45..2cb3514dc60 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14208,7 +14208,11 @@ what you need.
14208 14208
14209@item nnimap-authenticator 14209@item nnimap-authenticator
14210Some @acronym{IMAP} servers allow anonymous logins. In that case, 14210Some @acronym{IMAP} servers allow anonymous logins. In that case,
14211this should be set to @code{anonymous}. 14211this should be set to @code{anonymous}. If this variable isn't set,
14212the normal login methods will be used. If you wish to specify a
14213specific login method to be used, you can set this variable to either
14214@code{login} (the traditional @acronym{IMAP} login method),
14215@code{plain} or @code{cram-md5}.
14212 14216
14213@item nnimap-expunge 14217@item nnimap-expunge
14214If non-@code{nil}, expunge articles after deleting them. This is always done 14218If non-@code{nil}, expunge articles after deleting them. This is always done