Expand fcc-dirs rules for common aliases

This commit is contained in:
Evie Litherland-Smith 2023-10-24 18:20:48 +01:00
parent a1f19f7565
commit 73a3fed630

View file

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