Fix some afew rules
This commit is contained in:
parent
01e2766075
commit
a50c132f63
|
@ -8,8 +8,8 @@
|
||||||
sent_tag = sent
|
sent_tag = sent
|
||||||
|
|
||||||
[FolderNameFilter]
|
[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_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_transforms = Drafts:draft Sent:sent 'Sent Messages':sent Trash:deleted 'Deleted Messages':deleted
|
||||||
folder_lowercases = true
|
folder_lowercases = true
|
||||||
maildir_separator = /
|
maildir_separator = /
|
||||||
|
|
||||||
|
@ -27,8 +27,8 @@ tags = -inbox
|
||||||
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
|
Proton/Inbox = 'tag:archive':Proton/Archive 'tag:deleted':Proton/Trash
|
||||||
iCloud/Inbox = "tag:archive":iCloud/Archive "tag:deleted":"iCloud/Deleted Messages"
|
iCloud/Inbox = 'tag:archive':iCloud/Archive 'tag:deleted':'iCloud/Deleted Messages'
|
||||||
Outlook/Inbox = "tag:archive":Outlook/Archive "tag:deleted":Outlook/Trash
|
Outlook/Inbox = 'tag:archive':Outlook/Archive 'tag:deleted':Outlook/Trash
|
||||||
|
|
||||||
[InboxFilter]
|
[InboxFilter]
|
Loading…
Reference in a new issue