From: David Bremner Date: Sun, 26 Jan 2014 18:44:27 +0000 (-0400) Subject: emacs: add notmuch-assert-cli-sane to notmuch-hello X-Git-Tag: 0.18_rc0~169 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=1c2f2c960c0773cea77c256ef319a3fe08f7eecb 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 --- 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))