mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
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
This commit is contained in:
parent
71d809ac9a
commit
1c2f2c960c
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue