]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-hello.el
emacs: add notmuch-assert-cli-sane to notmuch-hello
[notmuch] / 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))