Evie Litherland-Smith
16babc3f15
Switch email from mu/mu4e to notmuch, with associated service changes Add elfeed config, enable useful minor-modes Slight restructure of file layout
7 lines
203 B
EmacsLisp
7 lines
203 B
EmacsLisp
(notmuch-indicator-mode)
|
|
(setq notmuch-search-oldest-first nil
|
|
notmuch-show-logo nil
|
|
notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "@")))
|
|
|
|
(provide 'custom-email-config)
|