2023-10-24 18:15:21 +01:00
|
|
|
(setq mail-user-agent 'notmuch-user-agent
|
|
|
|
notmuch-search-oldest-first nil
|
2023-10-24 08:06:35 +01:00
|
|
|
notmuch-show-logo nil
|
2023-10-24 18:15:21 +01:00
|
|
|
notmuch-hello-thousands-separator ","
|
|
|
|
notmuch-archive-tags '("-inbox" "+archive")
|
2023-10-24 18:20:48 +01:00
|
|
|
notmuch-fcc-dirs '((".*@xenia.me.uk" . "Proton/Sent")
|
|
|
|
(".*@proton.me" . "Proton/Sent")
|
|
|
|
(".*@litherlandsmith.slmail.me" . "Proton/Sent")
|
2023-10-24 18:15:21 +01:00
|
|
|
(".*@icloud.com" . "iCloud/Sent")
|
2023-10-24 18:20:48 +01:00
|
|
|
(".*@ukaea.uk" . "Outlook/Sent")
|
|
|
|
(".*@jet.uk" . "Outlook/Sent"))
|
2023-10-26 13:09:11 +01:00
|
|
|
notmuch-indicator-args '((:terms "tag:unread and tag:inbox" :label " "))
|
|
|
|
notmuch-indicator-force-refresh-commands '(notmuch-refresh-this-buffer
|
|
|
|
notmuch-refresh-all-buffers
|
|
|
|
notmuch-poll-and-refresh-this-buffer))
|
2023-10-27 06:51:20 +01:00
|
|
|
|
|
|
|
(when (require 'notmuch nil :noerror)
|
|
|
|
(require 'notmuch-indicator)
|
|
|
|
(notmuch-indicator-mode +1))
|
2023-10-24 08:06:35 +01:00
|
|
|
|
|
|
|
(provide 'custom-email-config)
|