Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e87df06
Commit
9e87df06
authored
Jul 06, 2011
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sendmail-query-once): Add an autoload cookie.
parent
f0691d22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+1
-0
No files found.
lisp/ChangeLog
View file @
9e87df06
...
...
@@ -2,6 +2,7 @@
* mail/sendmail.el (send-mail-function): Change the default to
`sendmail-query-once'.
(sendmail-query-once): Add an autoload cookie.
* net/network-stream.el (network-stream-open-starttls): Try using
a plain connection even if the server offered STARTTLS, and we
...
...
lisp/mail/sendmail.el
View file @
9e87df06
...
...
@@ -168,6 +168,7 @@ This is used by the default mail-sending commands. See also
(
defvar
sendmail-query-once-function
'query
"Either a function to send email, or the symbol `query'."
)
;;;###autoload
(
defun
sendmail-query-once
()
"Send an email via `sendmail-query-once-function'.
If `sendmail-query-once-function' is `query', ask the user what
...
...
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