(nnimap-open-connection-1): Allow `network-only', too.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 15 Mar 2011 22:19:44 +0000 (23:19 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 15 Mar 2011 22:19:44 +0000 (23:19 +0100)
lisp/ChangeLog
lisp/nnimap.el

index 18bace8..93318be 100644 (file)
@@ -1,5 +1,7 @@
 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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.
 
index 8184d68..e0804f8 100644 (file)
@@ -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)