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
2239d7d5
Commit
2239d7d5
authored
Aug 02, 2011
by
Lars Magne Ingebrigtsen
Browse files
Use `starttls-available-p' to see whether starttls.el can be used.
parent
0f805e42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/network-stream.el
lisp/net/network-stream.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2239d7d5
2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/network-stream.el (network-stream-open-starttls): Use
`starttls-available-p' to see whether starttls.el can be used.
2011-08-01 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-in-window): Don't set dedicated status
...
...
lisp/net/network-stream.el
View file @
2239d7d5
...
...
@@ -230,7 +230,7 @@ functionality.
(
or
builtin-starttls
(
and
(
or
require-tls
(
plist-get
parameters
:use-starttls-if-possible
))
(
executable-find
"gnutls-cli"
)))
(
starttls-available-p
)))
(
not
(
eq
(
plist-get
parameters
:type
)
'plain
)))
;; If using external STARTTLS, drop this connection and start
;; anew with `starttls-open-stream'.
...
...
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