diff options
| author | Jani Nikula <jani@nikula.org> | 2015-08-15 12:05:15 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-09-29 08:25:25 -0300 |
| commit | b69201da5ddac5fc17935d39d8cca162716a6dd9 (patch) | |
| tree | c0a0441fc88fae1690b4ea8dcf378205d6e6665b /doc | |
| parent | 17fcf24d8b2dd6afcda2e3eaf40f9b7b51d8f30d (diff) | |
notmuch-emacs-mua: do not create a frame by default with --client
Make the default behaviour for --client the same as emacsclient
default: do not create a new frame. Add a new option --create-frame,
passing the same option to emacsclient to create a frame.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-emacs-mua.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst index 89a2fead..c3689eb8 100644 --- a/doc/man1/notmuch-emacs-mua.rst +++ b/doc/man1/notmuch-emacs-mua.rst @@ -45,6 +45,12 @@ Supported options for **notmuch-emacs-mua** include Automatically start Emacs in daemon mode, if the Emacs server is not running. Applicable with ``--client``. + ``--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. + ``--print`` Output the resulting elisp to stdout instead of evaluating it. |
