diff options
author | Damien Cassou <damien@cassou.me> | 2022-05-22 08:09:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-05-22 11:14:00 +0300 |
commit | f1c1fd718478823b760020ed136345d94f379801 (patch) | |
tree | ec7a615ff604d8ac58f955128308763c743be46e /doc/emacs/sending.texi | |
parent | b05d1e9b98673796acaf7defcf7581c1780e996f (diff) | |
download | emacs-f1c1fd718478823b760020ed136345d94f379801.tar.gz emacs-f1c1fd718478823b760020ed136345d94f379801.tar.bz2 emacs-f1c1fd718478823b760020ed136345d94f379801.zip |
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)
Diffstat (limited to 'doc/emacs/sending.texi')
-rw-r--r-- | doc/emacs/sending.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/emacs/sending.texi b/doc/emacs/sending.texi index ea87e0a77b6..acdae8a2639 100644 --- a/doc/emacs/sending.texi +++ b/doc/emacs/sending.texi @@ -667,7 +667,9 @@ the bug reporter (@pxref{Bugs}). To specify a mail user agent, customize the variable @code{mail-user-agent}. Currently, legitimate values include @code{message-user-agent} (Message mode) @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 in this chapter about the mail buffer and Message mode does not apply; |