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