diff options
| author | David Bremner <david@tethera.net> | 2021-06-04 20:05:31 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-04 20:05:31 -0300 |
| commit | d7ddfa0d0ec62c10ecd60779ca1edd9b6973593b (patch) | |
| tree | 295b5d8586c0f8f17afd256dcf8217dae73a1d63 /doc | |
| parent | 572af2795007464ffbf9cd4656e0e5736d78d362 (diff) | |
emacs: drop setting mail-user-agent, and document how to set it
After some discussion [1], I decided it is better to make notmuch users
who rely on this behaviour customize mail-user-agent. This is
consistent with the behaviour of other emacs mail packages.
[1]: id:87k0nuhfrk.fsf@toryanderson.com
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index d9b497a3..7772871b 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -366,6 +366,16 @@ Importing Mail :index:`notmuch-poll-script` |docstring::notmuch-poll-script| +Sending Mail +------------ + +:index:`mail-user-agent` + + Emacs consults the variable :ref:`mail-user-agent` to choose a mail + sending package for commands like :ref:`report-emacs-bug` and + :ref:`compose-mail`. To use ``notmuch`` for this, customize this + variable to the symbol :ref:`notmuch-user-agent`. + Init File --------- |
