Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
817bcc7c
Commit
817bcc7c
authored
May 02, 2011
by
Lars Magne Ingebrigtsen
Committed by
Katsumi Yamaoka
May 02, 2011
Browse files
pop3.el (pop3-open-server): Fix It's `tls', not :tls.
parent
2193f991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gnus/pop3.el
lisp/gnus/pop3.el
+1
-1
No files found.
lisp/gnus/pop3.el
View file @
817bcc7c
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment