[PATCH 3/3] emacs: add notmuch-assert-cli-sane to notmuch-hello
David Bremner
david at tethera.net
Sun Jan 26 10:54:04 PST 2014
This is meant to be the friendly entrypoint, so let's do something
better than the mangled output described in
id:5228989D.8030607 at fifthhorseman.net
---
emacs/notmuch-hello.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index 55c416a..7b3d76b 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))
--
1.8.5.2
More information about the notmuch
mailing list