nixos/home/accounts/afew/config
Evie Litherland-Smith 5323229853 Update afew tagging rules
Should now purge new/inbox/unread tags from archived and deleted emails
2023-10-28 10:22:51 +01:00

44 lines
1.1 KiB
Plaintext

[SpamFilter]
[KillThreadsFilter]
[ListMailsFilter]
[ArchiveSentMailsFilter]
sent_tag = sent
[FolderNameFilter]
folder_explicit_list = Proton/Archive Proton/Trash iCloud/Archive 'iCloud/Deleted Messages' Outlook/Archive Outlook/Trash
folder_transforms = Archive:archive Trash:deleted 'Deleted Messages':deleted
folder_lowercases = true
maildir_separator = /
[Filter.1]
message = Removing new/inbox/unread tags from archived mail
query = tag:archive
tags = -new;-inbox;-unread
[Filter.2]
message = Removing new/inbox/unread tags from deleted mail
query = tag:deleted
tags = -new;-inbox;-unread
[Filter.3]
message = Tag ReqCo emails
query = from:reqco@jet.uk
tags = +reqco
[Filter.4]
message = Tag operations update emails
query = from:no-reply@jet.uk
tags = +operations
[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]