(imap-ssl-open): Use imap-process-connection-type,
authorSimon Josefsson <jas@extundo.com>
Wed, 28 Jul 2004 07:52:34 +0000 (07:52 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 28 Jul 2004 07:52:34 +0000 (07:52 +0000)
instead of hard coding to nil.

lisp/ChangeLog
lisp/imap.el

index 120f874..0a10956 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-28  Simon Josefsson  <jas@extundo.com>
+
+       * imap.el (imap-ssl-open): Use imap-process-connection-type,
+       instead of hard coding to nil.
+
 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-view.el (mm-inline-image-emacs): Open lines under an image
index 7f77dfe..6f7afaa 100644 (file)
@@ -628,7 +628,7 @@ sure of changing the value of `foo'."
       (let* ((port (or port imap-default-ssl-port))
             (coding-system-for-read imap-coding-system-for-read)
             (coding-system-for-write imap-coding-system-for-write)
-            (process-connection-type nil)
+            (process-connection-type imap-process-connection-type)
             process)
        (when (progn
                (setq process (start-process