mail: hide empty searches

This commit is contained in:
Pavel Korytov 2024-04-30 00:48:44 +03:00
parent 48e7e827e2
commit fa8df985d7
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
(:name "pvkorytov (unread)" :query "tag:pvkorytov AND tag:unread" :key "vu")
(:name "pvkorytov (sent)" :query "tag:pvkorytov AND tag:sent" :key "vs")
(:name "pvkorytov (all mail)" :query "tag:pvkorytov" :key "va")))
(setq notmuch-show-empty-saved-searches t)
(setq notmuch-show-empty-saved-searches nil)
(general-define-key
:states '(normal visual)

View file

@ -500,7 +500,7 @@ The following formats the tables above to a proper syntax for =setq notmuch-save
(setq notmuch-saved-searches
'((:name "drafts" :query "tag:draft" :key "d")
<<format-notmuch-saved-searches()>>))
(setq notmuch-show-empty-saved-searches t)
(setq notmuch-show-empty-saved-searches nil)
#+end_src
#+begin_src emacs-lisp