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