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:
parent
2193f991eb
commit
817bcc7cb0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user