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

8 lines
244 B
EmacsLisp
Raw Normal View History

(notmuch-indicator-mode)
(setq notmuch-search-oldest-first nil
notmuch-show-logo nil
2023-10-24 10:06:55 +01:00
notmuch-indicator-refresh-count 60
notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "@")))
(provide 'custom-email-config)