projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dffab7c
)
* lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
author
ueno
<ueno>
Sun, 6 Feb 2000 08:38:08 +0000
(08:38 +0000)
committer
ueno
<ueno>
Sun, 6 Feb 2000 08:38:08 +0000
(08:38 +0000)
lisp/imap.el
patch
|
blob
|
history
diff --git
a/lisp/imap.el
b/lisp/imap.el
index
6d8fd45
..
f696698
100644
(file)
--- a/
lisp/imap.el
+++ b/
lisp/imap.el
@@
-192,8
+192,7
@@
stdin and return responses to stdout.")
'((kerberos4 imap-kerberos4s-p imap-kerberos4-open)
(ssl imap-ssl-p imap-ssl-open)
(network imap-network-p imap-network-open)
- (starttls imap-starttls-p imap-starttls-open)
- (tls imap-tls-p imap-tls-open))
+ (starttls imap-starttls-p imap-starttls-open))
"Definition of network streams.
(NAME CHECK OPEN)