nixos/home/emacs/modules/custom-email-config.el

7 lines
203 B
EmacsLisp
Raw Normal View History

(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)