Skip to content

Commit

Permalink
[emacs] Add separate categories for local and jobs mail
Browse files Browse the repository at this point in the history
`local` are messages sent by crontab scraped from local spool.
  • Loading branch information
mina86 committed Feb 26, 2025
1 parent b6130d6 commit 83997ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs/mail.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@ and 3. wrap to it’s original position."
notmuch-hello-insert-alltags)

notmuch-saved-searches
'(("to me" . "is:unread and is:me and -is:corp")
'(("to me" . "is:unread and is:me and -is:corp and -is:jobs and -is:local")
("local" . "is:unread and is:local")
("jobs" . "is:unread and is:jobs")
("comp me" . "is:unread and is:me and is:comp")
("comp" . "is:unread and -is:me and is:comp")
;; ("near me" . "is:unread and is:me and is:near")
Expand Down

0 comments on commit 83997ce

Please sign in to comment.