nixos/home/accounts/afew/config

34 lines
1 KiB
Plaintext

[SpamFilter]
[KillThreadsFilter]
[ListMailsFilter]
[ArchiveSentMailsFilter]
sent_tag = sent
[FolderNameFilter]
folder_explicit_list = Proton/Archive Proton/Sent Proton/Trash iCloud/Archive "iCloud/Deleted Messages" "iCloud/Sent Messages" Outlook/Archive Outlook/Trash Outlook/Sent
folder_transforms = Drafts:draft Sent:sent "Sent Messages":sent Trash:deleted "Deleted Messages":deleted
folder_lowercases = true
maildir_separator = /
[Filter.1]
query = NOT folder:Proton/Inbox AND NOT folder:iCloud/Inbox AND NOT folder:Outlook/Inbox
tags = -new;-inbox
message = Removing new/inbox tags from emails already in other folders
[Filter.2]
message = Untagged inbox from archive
query = tag:archive AND tag:inbox
tags = -inbox
[MailMover]
folders = Proton/Inbox iCloud/Inbox Outlook/Inbox
rename = True
max_age = 15
Proton/Inbox = "tag:archive":Proton/Archive "tag:deleted":Proton/Trash
iCloud/Inbox = "tag:archive":iCloud/Archive "tag:deleted":"iCloud/Deleted Messages"
Outlook/Inbox = "tag:archive":Outlook/Archive "tag:deleted":Outlook/Trash
[InboxFilter]