X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=50b6f30330ba393ec9bb4de38b20fe58d9acad31;hb=8370e3cfe2dd8a79323613c2bbf2f11db6134dac;hp=acd48c9bc2b56b59b32bb5df4a3d956522acddc3;hpb=20b2ae12183a5be79d2f3d8da7943bc358e8202c;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index acd48c9b..50b6f303 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -198,7 +198,7 @@ fields of the search." (defvar notmuch-hello-indent 4 "How much to indent non-headers.") -(defimage notmuch-hello-logo ((:type png :file "notmuch-logo.png"))) +(defimage notmuch-hello-logo ((:type svg :file "notmuch-logo.svg"))) (defcustom notmuch-show-logo t "Should the notmuch logo be shown?" @@ -570,7 +570,7 @@ options will be handled as specified for (plist-get options :filter)))) "\n"))) (unless (= (notmuch--call-process-region (point-min) (point-max) notmuch-command - t t nil "count" "--batch") 0) + t t nil "count" "--exclude=false" "--batch") 0) (notmuch-logged-error "notmuch count --batch failed" "Please check that the notmuch CLI is new enough to support `count