diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-07-23 22:38:10 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-07-23 22:38:10 +0300 |
commit | 1163217725243c250a0c8adbf06bccff35035db5 (patch) | |
tree | e1602aee90bc15b286003433a638ec1cd601ea68 | |
parent | 8ec35857cf0ae3a18e2267cd8460cf898bcb338f (diff) | |
download | emacs-1163217725243c250a0c8adbf06bccff35035db5.tar.gz emacs-1163217725243c250a0c8adbf06bccff35035db5.tar.bz2 emacs-1163217725243c250a0c8adbf06bccff35035db5.zip |
Improve recently added documentation
* etc/NEWS: Improve wording of a recently added entry.
* doc/misc/smtpmail.texi (Queued delivery): Fix typo.
-rw-r--r-- | doc/misc/smtpmail.texi | 4 | ||||
-rw-r--r-- | etc/NEWS | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index 8a19744f91b..ca7dabe6545 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi @@ -342,9 +342,9 @@ internet). @vindex smtpmail-store-queue-variables Normally the queue will be dispatched with the values of the @acronym{SMTP} variables that are in effect when @kbd{M-x -smtpmail-send-queued-mail} is executed, but if this +smtpmail-send-queued-mail} is executed, but if @code{smtpmail-store-queue-variables} is non-@code{nil}, the values -for @code{smtpmail-smtp-server} (etc.) will be stored when the mail is +for @code{smtpmail-smtp-server} (etc.@:) will be stored when the mail is queued, and then used when actually sending the mail. This can be useful if you have a complex outgoing mail setup. @@ -1145,8 +1145,9 @@ take the actual screenshot, and defaults to "ImageMagick import". +++ *** New user option 'smtpmail-store-queue-variables'. -If non-nil, SMTP variables will be stored in the queue and then used -when sending with 'M-x smtpmail-send-queued-mail'. +If non-nil, SMTP variables will be stored together with the queued +messages, and will then be used when sending with +'M-x smtpmail-send-queued-mail'. +++ *** Allow direct selection of smtp authentication mechanism. |