[gnus git] branch master updated: n0-13-114-gb6196c1 =1= (nnimap-open-connection-1): Allow `network-only', too.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b6196c1344ff6160161fdc15f2ee491bba6aeefe (commit)
from a1c3446941d2c5ee7fcb5e7d19aae516b2af4240 (commit)
- Log -----------------------------------------------------------------
commit b6196c1344ff6160161fdc15f2ee491bba6aeefe
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Mar 15 23:19:44 2011 +0100
(nnimap-open-connection-1): Allow `network-only', too.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 18bace8..93318be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-03-15 Lars Magne Ingebrigtsen <[email protected]>
+ * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
+
* gssapi.el: New file separated out from imap.el to provide a general
Kerberos 5 connection facility for Emacs.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 8184d68..e0804f8 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -340,6 +340,7 @@ textual parts.")
(ports
(cond
((or (eq nnimap-stream 'network)
+ (eq nnimap-stream 'network-only)
(eq nnimap-stream 'starttls))
(nnheader-message 7 "Opening connection to %s..."
nnimap-address)
-----------------------------------------------------------------------
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:
lisp/ChangeLog | 2 ++
lisp/nnimap.el | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
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