[emacs] Fix bad aliases for email
This commit is contained in:
@ -95,11 +95,6 @@
|
||||
message-sendmail-extra-arguments '("--read-envelope-from")
|
||||
mail-envelope-from 'header)
|
||||
|
||||
(setq notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key "i")
|
||||
(:name "unread" :query "tag:inbox and tag:unread" :key "u")
|
||||
(:name "jira" :query "tag:jira and date:yesterday..today" :key "j")
|
||||
(:name "github" :query "tag:github and date:yesterday..today" :key "g")))
|
||||
|
||||
(after! notmuch
|
||||
(set-popup-rule! "^\\*notmuch*" :ignore t)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user