From 193edf26842ab90a0c463771e42670f9ed4db1c9 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 19:36:35 +0200 Subject: [PATCH] (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream. --- lisp/ChangeLog | 1 + lisp/nnimap.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93b67980e..cf95e15dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 39db3f9e5..93b0de4cb 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -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")) -- 2.25.1