mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 22:20:51 +00:00
Improve documentation of mail-user-agent.
* doc/emacs/sending.texi (Mail Methods): * lisp/simple.el (mail-user-agent): Mention additional options of non-bundled MUA. (Bug#5569)
This commit is contained in:
parent
b05d1e9b98
commit
f1c1fd7184
2 changed files with 7 additions and 4 deletions
|
@ -667,7 +667,9 @@ the bug reporter (@pxref{Bugs}). To specify a mail user agent,
|
||||||
customize the variable @code{mail-user-agent}. Currently, legitimate
|
customize the variable @code{mail-user-agent}. Currently, legitimate
|
||||||
values include @code{message-user-agent} (Message mode)
|
values include @code{message-user-agent} (Message mode)
|
||||||
@code{sendmail-user-agent} (Mail mode), @code{gnus-user-agent}, and
|
@code{sendmail-user-agent} (Mail mode), @code{gnus-user-agent}, and
|
||||||
@code{mh-e-user-agent}.
|
@code{mh-e-user-agent}. Additional options may be available; check
|
||||||
|
in the manual of your mail user agent package for details. You may
|
||||||
|
also define another mail user agent using `define-mail-user-agent'.
|
||||||
|
|
||||||
If you select a different mail-composition method, the information
|
If you select a different mail-composition method, the information
|
||||||
in this chapter about the mail buffer and Message mode does not apply;
|
in this chapter about the mail buffer and Message mode does not apply;
|
||||||
|
|
|
@ -8735,9 +8735,10 @@ Valid values include:
|
||||||
paraphernalia if Gnus is running, particularly
|
paraphernalia if Gnus is running, particularly
|
||||||
the Gcc: header for archiving.
|
the Gcc: header for archiving.
|
||||||
|
|
||||||
Additional valid symbols may be available; check with the author of
|
Additional valid symbols may be available; check in the manual of
|
||||||
your package for details. The function should return non-nil if it
|
your mail user agent package for details. You may also define
|
||||||
succeeds.
|
your own symbol to be used as value for this variable using
|
||||||
|
`define-mail-user-agent'.
|
||||||
|
|
||||||
See also `read-mail-command' concerning reading mail."
|
See also `read-mail-command' concerning reading mail."
|
||||||
:type '(radio (function-item :tag "Message package"
|
:type '(radio (function-item :tag "Message package"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue