]> git.notmuchmail.org Git - notmuch/blob - doc/man1/notmuch-emacs-mua.rst
7c2f5c24f1c08c7e9af6ea16bea50c7a1e96171d
[notmuch] / doc / man1 / notmuch-emacs-mua.rst
1 =================
2 notmuch-emacs-mua
3 =================
4
5 SYNOPSIS
6 ========
7
8 **notmuch-emacs-mua** [options ...] [<to-address> ...]
9
10 DESCRIPTION
11 ===========
12
13 Start composing an email in the Notmuch Emacs UI with the specified
14 subject, recipients, and message body.
15
16 Supported options for **notmuch-emacs-mua** include
17
18     ``-h, --help``
19         Display help.
20
21     ``-s, --subject=``\ <subject>
22         Specify the subject of the message.
23
24     ``--to=``\ <to-address>
25         Specify a recipient (To).
26
27     ``-c, --cc=``\ <cc-address>
28         Specify a carbon-copy (Cc) recipient.
29
30     ``-b, --bcc=``\ <bcc-address>
31         Specify a blind-carbon-copy (Bcc) recipient.
32
33     ``-i, --body=``\ <file>
34         Specify a file to include into the body of the message.
35
36     ``--no-window-system``
37         Even if a window system is available, use the current terminal.
38
39     ``--client``
40         Use **emacsclient**, rather than **emacs**. This will start
41         an Emacs daemon process if necessary.
42
43     ``--print``
44         Output the resulting elisp to stdout instead of evaluating it.
45
46 The supported positional parameters and short options are a compatible
47 subset of the **mutt** MUA command-line options.
48
49 Options may be specified multiple times.
50
51 ENVIRONMENT VARIABLES
52 =====================
53
54 **EMACS**
55     Name of emacs command to invoke. Defaults to "emacs".
56
57 **EMACSCLIENT**
58     Name of emacsclient command to invoke. Defaults to "emacsclient".
59
60 SEE ALSO
61 ========
62
63 **notmuch(1)**, **emacsclient(1)**, **mutt(1)**