From 1c2f2c960c0773cea77c256ef319a3fe08f7eecb Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 26 Jan 2014 14:44:27 -0400 Subject: 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 --- emacs/notmuch-hello.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/notmuch-hello.el') 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)) -- cgit v1.2.3