(nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 17:36:35 +0000 (19:36 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 18 Sep 2010 17:36:35 +0000 (19:36 +0200)
lisp/ChangeLog
lisp/nnimap.el

index 93b6798..cf95e15 100644 (file)
@@ -2,6 +2,7 @@
 
        * nnimap.el (nnimap-update-info): Extend the info so that we can set
        the marks.
+       (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
 
 2010-09-18  Julien Danjou  <julien@danjou.info>
 
index 39db3f9..93b0de4 100644 (file)
@@ -226,7 +226,7 @@ not done by default on servers that doesn't support that command.")
                                           "imap"
                                         "143")))
              (nnimap-credentials nnimap-address "143" "imap"))
-            ((eq nnimap-stream 'stream)
+            ((eq nnimap-stream 'shell)
              (nnimap-open-shell-stream
               "*nnimap*" (current-buffer) nnimap-address
               (or nnimap-server-port "imap"))