2021-05-21 22:44:10 +02:00
|
|
|
.. _notmuch-emacs-mua(1):
|
|
|
|
|
2015-02-22 21:34:44 +01:00
|
|
|
=================
|
|
|
|
notmuch-emacs-mua
|
|
|
|
=================
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
========
|
|
|
|
|
2016-11-21 22:13:34 +01:00
|
|
|
**notmuch** **emacs-mua** [options ...] [<to-address> ... | <mailto-url>]
|
2015-02-22 21:34:44 +01:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
===========
|
|
|
|
|
|
|
|
Start composing an email in the Notmuch Emacs UI with the specified
|
2016-10-22 13:22:49 +02:00
|
|
|
subject, recipients, and message body, or mailto: URL.
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2016-11-21 22:13:34 +01:00
|
|
|
Supported options for **emacs-mua** include
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. program:: emacs-mua
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: -h, --help
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
Display help.
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: -s, --subject=<subject>
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
Specify the subject of the message.
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: --to=<to-address>
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
Specify a recipient (To).
|
2016-11-21 22:13:36 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: -c, --cc=<cc-address>
|
2015-08-15 11:05:11 +02:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
Specify a carbon-copy (Cc) recipient.
|
2015-08-15 11:05:14 +02:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: -b, --bcc=<bcc-address>
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
Specify a blind-carbon-copy (Bcc) recipient.
|
2015-08-15 11:05:15 +02:00
|
|
|
|
2021-05-21 22:44:12 +02:00
|
|
|
.. option:: -i, --body=<file>
|
|
|
|
|
|
|
|
Specify a file to include into the body of the message.
|
|
|
|
|
|
|
|
.. option:: --hello
|
|
|
|
|
|
|
|
Go to the Notmuch hello screen instead of the message composition
|
|
|
|
window if no message composition parameters are given.
|
|
|
|
|
|
|
|
.. option:: --no-window-system
|
|
|
|
|
|
|
|
Even if a window system is available, use the current terminal.
|
|
|
|
|
|
|
|
.. option:: --client
|
|
|
|
|
|
|
|
Use :manpage:`emacsclient(1)`, rather than
|
|
|
|
:manpage:`emacs(1)`. For :manpage:`emacsclient(1)` to work, you
|
|
|
|
need an already running Emacs with a server, or use
|
|
|
|
``--auto-daemon``.
|
|
|
|
|
|
|
|
.. option:: --auto-daemon
|
|
|
|
|
|
|
|
Automatically start Emacs in daemon mode, if the Emacs server is
|
|
|
|
not running. Applicable with ``--client``. Implies
|
|
|
|
``--create-frame``.
|
|
|
|
|
|
|
|
.. option:: --create-frame
|
|
|
|
|
|
|
|
Create a new frame instead of trying to use the current Emacs
|
|
|
|
frame. Applicable with ``--client``. This will be required when
|
|
|
|
Emacs is running (or automatically started with ``--auto-daemon``)
|
|
|
|
in daemon mode.
|
|
|
|
|
|
|
|
.. option:: --print
|
|
|
|
|
|
|
|
Output the resulting elisp to stdout instead of evaluating it.
|
2015-02-22 21:34:44 +01:00
|
|
|
|
|
|
|
The supported positional parameters and short options are a compatible
|
2021-05-21 22:44:09 +02:00
|
|
|
subset of the :manpage:`mutt(1)` MUA command-line options. The options
|
|
|
|
and positional parameters modifying the message can't be combined with
|
|
|
|
the mailto: URL.
|
2015-02-22 21:34:44 +01:00
|
|
|
|
|
|
|
Options may be specified multiple times.
|
|
|
|
|
|
|
|
ENVIRONMENT VARIABLES
|
|
|
|
=====================
|
|
|
|
|
2021-05-21 22:44:11 +02:00
|
|
|
.. envvar:: EMACS
|
2015-02-22 21:34:44 +01:00
|
|
|
|
2021-05-21 22:44:11 +02:00
|
|
|
Name of emacs command to invoke. Defaults to "emacs".
|
|
|
|
|
|
|
|
.. envvar:: EMACSCLIENT
|
|
|
|
|
|
|
|
Name of emacsclient command to invoke. Defaults to "emacsclient".
|
2015-02-22 21:34:44 +01:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
========
|
|
|
|
|
2021-05-21 22:44:10 +02:00
|
|
|
:any:`notmuch(1)`,
|
2021-05-21 22:44:09 +02:00
|
|
|
:manpage:`emacsclient(1)`,
|
|
|
|
:manpage:`mutt(1)`
|