[PATCH] notmuch-emacs-mua: make --auto-daemon imply --create-frame
Tomi Ollila
tomi.ollila at iki.fi
Tue Sep 29 23:36:52 PDT 2015
Before this change with --auto-daemon but without --create-frame
emacs server was started but no clients stay connected to it
(in both graphical and terminal displays).
Note that this changes how --client --auto-daemon works on
graphical display; New emacs frame is now created for the
message (and message-exit-actions hook appended).
---
doc/man1/notmuch-emacs-mua.rst | 3 ++-
notmuch-emacs-mua | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/man1/notmuch-emacs-mua.rst b/doc/man1/notmuch-emacs-mua.rst
index c3689eb82c8a..7c5729047173 100644
--- a/doc/man1/notmuch-emacs-mua.rst
+++ b/doc/man1/notmuch-emacs-mua.rst
@@ -43,7 +43,8 @@ Supported options for **notmuch-emacs-mua** include
``--auto-daemon``
Automatically start Emacs in daemon mode, if the Emacs server
- is not running. Applicable with ``--client``.
+ is not running. Applicable with ``--client``. Implies
+ ``--create-frame``.
``--create-frame``
Create a new frame instead of trying to use the current Emacs
diff --git a/notmuch-emacs-mua b/notmuch-emacs-mua
index b51d8d0e2c5b..016fa12613c4 100755
--- a/notmuch-emacs-mua
+++ b/notmuch-emacs-mua
@@ -108,6 +108,7 @@ while getopts :s:c:b:i:h opt; do
;;
--auto-daemon)
AUTO_DAEMON="--alternate-editor="
+ CREATE_FRAME="-c"
;;
--create-frame)
CREATE_FRAME="-c"
--
2.0.0
More information about the notmuch
mailing list