mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
mail: hide empty searches
This commit is contained in:
parent
48e7e827e2
commit
fa8df985d7
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
Mail.org
2
Mail.org
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue