From c87b9cf19324dea7d86c8f0adc5a746639b5f76d Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 13 Oct 2010 22:27:44 +0200 Subject: [PATCH] * nnimap.el (nnimap-open-connection): Fix open-tls-stream call. --- lisp/ChangeLog | 2 ++ lisp/nnimap.el | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a2a94c78d..912b76757 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2010-10-13 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-open-connection): Fix open-tls-stream call. + * shr.el (shr-find-fill-point): Use a filling algorithm that should probably work for CJVK text, too. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 1109f1e89..2faa2befc 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -321,8 +321,7 @@ textual parts.") (let ((tls-program "openssl s_client %s -connect %h:%p -no_ssl2 -ign_eof -starttls imap")) (open-tls-stream "*nnimap*" (current-buffer) nnimap-address - (setq port (or nnimap-server-port "imap")) - 'starttls)) + (setq port (or nnimap-server-port "imap")))) '("imap")) ((memq nnimap-stream '(ssl tls)) (funcall (if (fboundp 'open-gnutls-stream) -- 2.25.1