Fix Sieve message flag parser (closes #1059)

This commit is contained in:
mdecimus
2025-01-19 12:21:23 +01:00
parent 4975b21c42
commit a6f11699ef
3 changed files with 10 additions and 6 deletions

View File

@@ -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" {