Update afew tagging rules
This commit is contained in:
parent
bad1f0bf7f
commit
01e2766075
|
@ -5,24 +5,30 @@
|
||||||
[ListMailsFilter]
|
[ListMailsFilter]
|
||||||
|
|
||||||
[ArchiveSentMailsFilter]
|
[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]
|
[Filter.1]
|
||||||
query = NOT folder:Proton/Inbox AND NOT folder:iCloud/Inbox AND NOT folder:Outlook/Inbox
|
query = NOT folder:Proton/Inbox AND NOT folder:iCloud/Inbox AND NOT folder:Outlook/Inbox
|
||||||
tags = -new;-inbox
|
tags = -new;-inbox
|
||||||
message = Removing new/inbox tags from emails already in other folders
|
message = Removing new/inbox tags from emails already in other folders
|
||||||
|
|
||||||
[FolderNameFilter]
|
[Filter.2]
|
||||||
folder_blacklist = Proton/Inbox iCloud/Inbox Outlook/Inbox
|
message = Untagged inbox from archive
|
||||||
folder_transforms = Drafts:draft Sent:sent "Sent Messages":sent Trash:deleted
|
query = tag:archive AND tag:inbox
|
||||||
folder_lowercases = true
|
tags = -inbox
|
||||||
maildir_separator = /
|
|
||||||
|
|
||||||
[InboxFilter]
|
|
||||||
|
|
||||||
[MailMover]
|
[MailMover]
|
||||||
folders = Proton/Inbox iCloud/Inbox Outlook/Inbox
|
folders = Proton/Inbox iCloud/Inbox Outlook/Inbox
|
||||||
rename = True
|
rename = True
|
||||||
max_age = 15
|
max_age = 15
|
||||||
Proton/Inbox = 'tag:archive':Proton/Archive 'tag:deleted':Proton/Trash 'tag:sent':Proton/Sent
|
Proton/Inbox = "tag:archive":Proton/Archive "tag:deleted":Proton/Trash
|
||||||
iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':iCloud/Trash 'tag:sent':iCloud/Sent
|
iCloud/Inbox = "tag:archive":iCloud/Archive "tag:deleted":"iCloud/Deleted Messages"
|
||||||
Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash 'tag:sent':Outlook/Sent
|
Outlook/Inbox = "tag:archive":Outlook/Archive "tag:deleted":Outlook/Trash
|
||||||
|
|
||||||
|
[InboxFilter]
|
Loading…
Reference in a new issue