Fix Sieve message flag parser (closes #1059)
This commit is contained in:
@@ -38,7 +38,7 @@ if not mailboxexists ["Drafts", "Sent Items"] {
|
||||
|
||||
# File into new mailboxes using flags
|
||||
fileinto :create "INBOX / Folder ";
|
||||
fileinto :flags ["$important", "$seen"] :create "My/Nested/Mailbox/with/multiple/levels";
|
||||
fileinto :flags ["$important", "\\Seen"] :create "My/Nested/Mailbox/with/multiple/levels";
|
||||
|
||||
# Make sure all mailboxes were created
|
||||
if not mailboxexists "Inbox/Folder" {
|
||||
|
||||
Reference in New Issue
Block a user