]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of mail-user-agent.
authorDamien Cassou <damien@cassou.me>
Sun, 22 May 2022 06:09:38 +0000 (08:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 May 2022 08:14:00 +0000 (11:14 +0300)
* doc/emacs/sending.texi (Mail Methods):
* lisp/simple.el (mail-user-agent): Mention additional options
of non-bundled MUA.  (Bug#5569)

doc/emacs/sending.texi
lisp/simple.el

index ea87e0a77b6b966723e94f833a2c94b2efd24423..acdae8a2639df7091d18e15ef28fc55200547fe2 100644 (file)
@@ -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;
index b9cb957064df8acc569f85e279ac8ecd1b69b28a..d235eb9745a503aeb9af38c190d0b3067629f552 100644 (file)
@@ -8735,9 +8735,10 @@ Valid values include:
                            paraphernalia if Gnus is running, particularly
                            the Gcc: header for archiving.
 
-Additional valid symbols may be available; check with the author of
-your package for details.  The function should return non-nil if it
-succeeds.
+Additional valid symbols may be available; check in the manual of
+your mail user agent package for details.  You may also define
+your own symbol to be used as value for this variable using
+`define-mail-user-agent'.
 
 See also `read-mail-command' concerning reading mail."
   :type '(radio (function-item :tag "Message package"