pop3.el (pop3-open-server): Fix It's `tls', not :tls.
This commit is contained in:
parent
2193f991eb
commit
817bcc7cb0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue