Update afew tagging rules

This commit is contained in:
Evie Litherland-Smith 2023-10-25 22:36:53 +01:00
parent bad1f0bf7f
commit 01e2766075

View file

@ -5,24 +5,30 @@
[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
[FolderNameFilter]
folder_blacklist = Proton/Inbox iCloud/Inbox Outlook/Inbox
folder_transforms = Drafts:draft Sent:sent "Sent Messages":sent Trash:deleted
folder_lowercases = true
maildir_separator = /
[InboxFilter]
[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 'tag:sent':Proton/Sent
iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':iCloud/Trash 'tag:sent':iCloud/Sent
Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash 'tag:sent':Outlook/Sent
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]