diff --git a/home/emacs/modules/custom-email-config.el b/home/emacs/modules/custom-email-config.el index 95e43b70..7d9132d2 100644 --- a/home/emacs/modules/custom-email-config.el +++ b/home/emacs/modules/custom-email-config.el @@ -5,9 +5,12 @@ notmuch-show-logo nil notmuch-hello-thousands-separator "," notmuch-archive-tags '("-inbox" "+archive") - notmuch-fcc-dirs '((".*@proton.me" . "Proton/Sent") + notmuch-fcc-dirs '((".*@xenia.me.uk" . "Proton/Sent") + (".*@proton.me" . "Proton/Sent") + (".*@litherlandsmith.slmail.me" . "Proton/Sent") (".*@icloud.com" . "iCloud/Sent") - (".*@ukaea.uk" . "Outlook/Sent")) + (".*@ukaea.uk" . "Outlook/Sent") + (".*@jet.uk" . "Outlook/Sent")) notmuch-saved-searches '((:name "inbox" :query "tag:inbox" :key [105] :sort-order nil :search-type tree) (:name "unread" :query "tag:unread" :key [117] :sort-order nil :search-type tree) (:name "flagged" :query "tag:flagged" :key [102] :sort-order nil :search-type tree)