1NOTMUCH-EMACS-MUA(1)                notmuch               NOTMUCH-EMACS-MUA(1)
2
3
4

NAME

6       notmuch-emacs-mua - send mail with notmuch and emacs
7

SYNOPSIS

9       notmuch emacs-mua [options ...] [<to-address> ... | <mailto-url>]
10

DESCRIPTION

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, rather than emacs. For emacsclient to work, you
44              need an already running Emacs with a server, or use  --auto-dae‐
45              mon.
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 MUA command-line options. The options and positional
62       parameters  modifying  the  message  can't be combined with the mailto:
63       URL.
64
65       Options may be specified multiple times.
66

ENVIRONMENT VARIABLES

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

SEE ALSO

75       notmuch(1), emacsclient(1), mutt(1)
76

AUTHOR

78       Carl Worth and many others
79
81       2009-2019, Carl Worth and many others
82
83
84
85
860.29.1                           Jul 25, 2019             NOTMUCH-EMACS-MUA(1)
Impressum