[PATCH 3/3] emacs: add notmuch-assert-cli-sane to notmuch-hello

Subject: [PATCH 3/3] emacs: add notmuch-assert-cli-sane to notmuch-hello

Date: Sun, 26 Jan 2014 14:54:04 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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(+)

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


Thread: