8 lines
244 B
EmacsLisp
8 lines
244 B
EmacsLisp
(notmuch-indicator-mode)
|
|
(setq notmuch-search-oldest-first nil
|
|
notmuch-show-logo nil
|
|
notmuch-indicator-refresh-count 60
|
|
notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label "@")))
|
|
|
|
(provide 'custom-email-config)
|