From b5f62742a9d51547e60a26016c4699a78f5b4d9f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 28 Jul 2004 08:04:09 +0000 Subject: [PATCH] Synch to No Gnus 200407280756. --- lisp/ChangeLog | 8 ++++++++ lisp/imap.el | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 732f398..45bbeb2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-07-28 Simon Josefsson + + * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign + parameter (but don't use it, for now). + + * imap.el (imap-ssl-open): Use imap-process-connection-type, + instead of hard coding to nil. + 2004-07-28 Katsumi Yamaoka * mm-view.el (mm-inline-image-emacs): Open lines under an image diff --git a/lisp/imap.el b/lisp/imap.el index 135c0c0..5e53259 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -625,7 +625,7 @@ sure of changing the value of `foo'." (message "imap: Opening SSL connection with `%s'..." cmd) (erase-buffer) (let ((port (or port imap-default-ssl-port)) - (process-connection-type nil) + (process-connection-type imap-process-connection-type) process) (when (prog1 (setq process (as-binary-process -- 1.7.10.4