From f1799b417821c259ebfcba3a084ab0ad3f0b8bba Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 24 Oct 2023 22:23:24 +0100 Subject: [PATCH] Update email tagging rules --- home/accounts/afew/config | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/home/accounts/afew/config b/home/accounts/afew/config index 808d3b30..e503effa 100644 --- a/home/accounts/afew/config +++ b/home/accounts/afew/config @@ -1,14 +1,28 @@ [SpamFilter] + [KillThreadsFilter] + [ListMailsFilter] + [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] + [MailMover] folders = Proton/Inbox iCloud/Inbox Outlook/Inbox rename = True max_age = 15 - -# rules -Proton/Inbox = 'tag:archive':Proton/Archive 'tag:deleted':Proton/Trash -iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':iCloud/Trash -Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash \ No newline at end of file +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 \ No newline at end of file