]> git.cworth.org Git - notmuch-wiki/blob - manpages/notmuch-emacs-mua-1.mdwn
4c494bb2c3dca0c38b40bc03f28251f210400f27
[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  compo‐
40                  sition 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 termi‐
44                  nal.
45
46           <b>--client</b>
47                  Use <b>emacsclient</b>, rather than <b>emacs</b>. For <b>emacsclient</b> to  work,
48                  you  need  an  already  running  Emacs  with a server, or use
49                  <b>--auto-daemon</b>.
50
51           <b>--auto-daemon</b>
52                  Automatically start Emacs in daemon mode, if the Emacs server
53                  is  not  running.  Applicable  with  <b>--client</b>. Implies <b>--cre-</b>
54                  <b>ate-frame</b>.
55
56           <b>--create-frame</b>
57                  Create a new frame instead of trying to use the current Emacs
58                  frame.  Applicable  with <b>--client</b>. This will be required when
59                  Emacs is running (or automatically started  with  <b>--auto-dae-</b>
60                  <b>mon</b>) in daemon mode.
61
62           <b>--print</b>
63                  Output  the  resulting  elisp to stdout instead of evaluating
64                  it.
65
66        The supported positional parameters and short options are a  compatible
67        subset of the <b>mutt</b> MUA command-line options. The options and positional
68        parameters modifying the message can&apos;t be  combined  with  the  mailto:
69        URL.
70
71        Options may be specified multiple times.
72 </pre>
73
74 <h2>ENVIRONMENT VARIABLES</h2>
75 <pre>
76        <b>EMACS</b>  Name of emacs command to invoke. Defaults to &quot;emacs&quot;.
77
78        <b>EMACSCLIENT</b>
79               Name  of  emacsclient  command  to  invoke.  Defaults  to &quot;emac‐
80               sclient&quot;.
81 </pre>
82
83 <h2>SEE ALSO</h2>
84 <pre>
85        <a href='../notmuch-1/'>notmuch</a>(1), <b>emacsclient</b>(1), <b>mutt</b>(1)
86 </pre>
87
88 <h2>AUTHOR</h2>
89 <pre>
90        Carl Worth and many others
91 </pre>
92
93 <h2>COPYRIGHT</h2>
94 <pre>
95        2009-2017, Carl Worth and many others
96 </pre>
97
98 <h2>0.24</h2>