Expand fcc-dirs rules for common aliases
This commit is contained in:
parent
a1f19f7565
commit
73a3fed630
|
@ -5,9 +5,12 @@
|
||||||
notmuch-show-logo nil
|
notmuch-show-logo nil
|
||||||
notmuch-hello-thousands-separator ","
|
notmuch-hello-thousands-separator ","
|
||||||
notmuch-archive-tags '("-inbox" "+archive")
|
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")
|
(".*@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)
|
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 "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)
|
(:name "flagged" :query "tag:flagged" :key [102] :sort-order nil :search-type tree)
|
||||||
|
|
Loading…
Reference in a new issue