Update email tagging rules
This commit is contained in:
parent
3856427110
commit
f1799b4178
|
@ -1,14 +1,28 @@
|
||||||
[SpamFilter]
|
[SpamFilter]
|
||||||
|
|
||||||
[KillThreadsFilter]
|
[KillThreadsFilter]
|
||||||
|
|
||||||
[ListMailsFilter]
|
[ListMailsFilter]
|
||||||
|
|
||||||
[ArchiveSentMailsFilter]
|
[ArchiveSentMailsFilter]
|
||||||
|
|
||||||
|
[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]
|
[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
|
||||||
# rules
|
iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':iCloud/Trash 'tag:sent':iCloud/Sent
|
||||||
Proton/Inbox = 'tag:archive':Proton/Archive 'tag:deleted':Proton/Trash
|
Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash 'tag:sent':Outlook/Sent
|
||||||
iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':iCloud/Trash
|
|
||||||
Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash
|
|
Loading…
Reference in a new issue