]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: add notmuch-assert-cli-sane to notmuch-hello
authorDavid Bremner <david@tethera.net>
Sun, 26 Jan 2014 18:44:27 +0000 (14:44 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 26 Jan 2014 19:10:30 +0000 (15:10 -0400)
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

index 55c416ac5e9f328f9523cb44c928c2248f2a13b1..7b3d76b7d8505e71cd8742d9e5e25f996ae2aa35 100644 (file)
@@ -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))