feat(mail): Add development list to notmuch jump shortcuts
This commit is contained in:
parent
b304289de3
commit
f70a16f453
1 changed files with 2 additions and 1 deletions
|
@ -18,9 +18,10 @@
|
||||||
;; Show me saved searches that I care about:
|
;; Show me saved searches that I care about:
|
||||||
(setq notmuch-saved-searches
|
(setq notmuch-saved-searches
|
||||||
'((:name "inbox" :query "tag:inbox" :count-query "tag:inbox AND tag:unread" :key "i")
|
'((:name "inbox" :query "tag:inbox" :count-query "tag:inbox AND tag:unread" :key "i")
|
||||||
|
(:name "aprila-dev" :query "tag:aprila-dev" :count-query "tag:aprila-dev AND tag:unread" :key "d")
|
||||||
(:name "gitlab" :query "tag:gitlab" :key "g")
|
(:name "gitlab" :query "tag:gitlab" :key "g")
|
||||||
(:name "sent" :query "tag:sent" :key "t")
|
(:name "sent" :query "tag:sent" :key "t")
|
||||||
(:name "drafts" :query "tag:draft" :key "d")))
|
(:name "drafts" :query "tag:draft")))
|
||||||
(setq notmuch-show-empty-saved-searches t)
|
(setq notmuch-show-empty-saved-searches t)
|
||||||
|
|
||||||
;; Mail sending configuration
|
;; Mail sending configuration
|
||||||
|
|
Loading…
Reference in a new issue