nixos/home/emacs/config/modules/custom-email-config.el
Evie Litherland-Smith 16babc3f15 Various additions / changes
Switch email from mu/mu4e to notmuch, with associated service changes

Add elfeed config, enable useful minor-modes

Slight restructure of file layout
2023-10-24 08:06:35 +01:00

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)