aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-01-26 14:44:27 -0400
committerGravatar David Bremner <david@tethera.net>2014-01-26 15:10:30 -0400
commit1c2f2c960c0773cea77c256ef319a3fe08f7eecb (patch)
treece15a5d94894a64b9485b84948968c694d7cbce4 /emacs
parent71d809ac9ad1dd6c3a88ea8754eb52ef4aba2083 (diff)
emacs: add notmuch-assert-cli-sane to notmuch-hello
This is meant to be the friendly entrypoint, so let's do something better than the mangled output described in id:5228989D.8030607@fifthhorseman.net
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-hello.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index 55c416ac..7b3d76b7 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
@@ -788,6 +788,7 @@ following:
"Run notmuch and display saved searches, known tags, etc."
(interactive)
+ (notmuch-assert-cli-sane)
;; This may cause a window configuration change, so if the
;; auto-refresh hook is already installed, avoid recursive refresh.
(let ((notmuch-hello-auto-refresh nil))