1NOTMUCH-EMACS-MUA(1) notmuch NOTMUCH-EMACS-MUA(1)
2
3
4
6 notmuch-emacs-mua - send mail with notmuch and emacs
7
9 notmuch emacs-mua [options ...] [<to-address> ... | <mailto-url>]
10
12 Start composing an email in the Notmuch Emacs UI with the specified
13 subject, recipients, and message body, or mailto: URL.
14
15 Supported options for emacs-mua include
16
17 -h, --help
18 Display help.
19
20 -s, --subject=<subject>
21 Specify the subject of the message.
22
23 --to=<to-address>
24 Specify a recipient (To).
25
26 -c, --cc=<cc-address>
27 Specify a carbon-copy (Cc) recipient.
28
29 -b, --bcc=<bcc-address>
30 Specify a blind-carbon-copy (Bcc) recipient.
31
32 -i, --body=<file>
33 Specify a file to include into the body of the message.
34
35 --hello
36 Go to the Notmuch hello screen instead of the message composi‐
37 tion window if no message composition parameters are given.
38
39 --no-window-system
40 Even if a window system is available, use the current terminal.
41
42 --client
43 Use emacsclient(1), rather than emacs(1). For emacsclient(1) to
44 work, you need an already running Emacs with a server, or use
45 --auto-daemon.
46
47 --auto-daemon
48 Automatically start Emacs in daemon mode, if the Emacs server is
49 not running. Applicable with --client. Implies --create-frame.
50
51 --create-frame
52 Create a new frame instead of trying to use the current Emacs
53 frame. Applicable with --client. This will be required when
54 Emacs is running (or automatically started with --auto-daemon)
55 in daemon mode.
56
57 --print
58 Output the resulting elisp to stdout instead of evaluating it.
59
60 The supported positional parameters and short options are a compatible
61 subset of the mutt(1) MUA command-line options. The options and posi‐
62 tional parameters modifying the message can't be combined with the
63 mailto: URL.
64
65 Options may be specified multiple times.
66
68 EMACS Name of emacs command to invoke. Defaults to "emacs".
69
70 EMACSCLIENT
71 Name of emacsclient command to invoke. Defaults to "emac‐
72 sclient".
73
75 notmuch(1), emacsclient(1), mutt(1)
76
78 Carl Worth and many others
79
81 2009-2022, Carl Worth and many others
82
83
84
85
860.36 Jun 25, 2022 NOTMUCH-EMACS-MUA(1)