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
863e372f
Commit
863e372f
authored
Nov 10, 2008
by
Ted Zlatanov
Browse files
(smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls.el for it.
parent
373f0312
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+1
-0
No files found.
lisp/ChangeLog
View file @
863e372f
2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
* mail/smtpmail.el (smtpmail-open-stream): Use
`starttls-any-program-available'.
`starttls-any-program-available'.
Auto-load starttls.el for it.
2008-11-08 Chong Yidong <cyd@stupidchicken.com>
...
...
lisp/mail/smtpmail.el
View file @
863e372f
...
...
@@ -67,6 +67,7 @@
;;; Code:
(
require
'sendmail
)
(
autoload
'starttls-any-program-available
"starttls"
)
(
autoload
'starttls-open-stream
"starttls"
)
(
autoload
'starttls-negotiate
"starttls"
)
(
autoload
'mail-strip-quoted-names
"mail-utils"
)
...
...
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