8 **notmuch** **emacs-mua** [options ...] [<to-address> ... | <mailto-url>]
13 Start composing an email in the Notmuch Emacs UI with the specified
14 subject, recipients, and message body, or mailto: URL.
16 Supported options for **emacs-mua** include
21 ``-s, --subject=``\ <subject>
22 Specify the subject of the message.
24 ``--to=``\ <to-address>
25 Specify a recipient (To).
27 ``-c, --cc=``\ <cc-address>
28 Specify a carbon-copy (Cc) recipient.
30 ``-b, --bcc=``\ <bcc-address>
31 Specify a blind-carbon-copy (Bcc) recipient.
33 ``-i, --body=``\ <file>
34 Specify a file to include into the body of the message.
37 Go to the Notmuch hello screen instead of the message composition
38 window if no message composition parameters are given.
40 ``--no-window-system``
41 Even if a window system is available, use the current terminal.
44 Use **emacsclient**, rather than **emacs**. For
45 **emacsclient** to work, you need an already running Emacs
46 with a server, or use ``--auto-daemon``.
49 Automatically start Emacs in daemon mode, if the Emacs server
50 is not running. Applicable with ``--client``. Implies
54 Create a new frame instead of trying to use the current Emacs
55 frame. Applicable with ``--client``. This will be required
56 when Emacs is running (or automatically started with
57 ``--auto-daemon``) in daemon mode.
60 Output the resulting elisp to stdout instead of evaluating it.
62 The supported positional parameters and short options are a compatible
63 subset of the **mutt** MUA command-line options. The options and
64 positional parameters modifying the message can't be combined with the
67 Options may be specified multiple times.
73 Name of emacs command to invoke. Defaults to "emacs".
76 Name of emacsclient command to invoke. Defaults to "emacsclient".
81 **notmuch(1)**, **emacsclient(1)**, **mutt(1)**