aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/pop3.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index 96b2ae17a5a..6f12d3d63e1 100644
--- a/lisp/gnus/pop3.el
+++ b/lisp/gnus/pop3.el
@@ -302,7 +302,7 @@ Returns the process associated with the connection."
302 ((or (eq pop3-stream-type 'ssl) 302 ((or (eq pop3-stream-type 'ssl)
303 (and (not pop3-stream-type) 303 (and (not pop3-stream-type)
304 (member port '(995 "pop3s")))) 304 (member port '(995 "pop3s"))))
305 :tls) 305 'tls)
306 (t 306 (t
307 (or pop3-stream-type 'network))) 307 (or pop3-stream-type 'network)))
308 :capability-command "CAPA\r\n" 308 :capability-command "CAPA\r\n"