1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

pop3.el (pop3-open-server): Fix It's `tls', not :tls.

This commit is contained in:
Lars Magne Ingebrigtsen 2011-05-02 01:45:17 +00:00 committed by Katsumi Yamaoka
parent 2193f991eb
commit 817bcc7cb0

View File

@ -302,7 +302,7 @@ Returns the process associated with the connection."
((or (eq pop3-stream-type 'ssl)
(and (not pop3-stream-type)
(member port '(995 "pop3s"))))
:tls)
'tls)
(t
(or pop3-stream-type 'network)))
:capability-command "CAPA\r\n"