Case insensitive INBOX on fileinto (fixes #763)

This commit is contained in:
mdecimus
2024-09-20 09:28:04 +02:00
parent 51c8f7b279
commit 39d0a168d4
2 changed files with 20 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ if not mailboxexists ["Drafts", "Sent Items"] {
}
# File into new mailboxes using flags
fileinto :create "Inbox / Folder ";
fileinto :create "INBOX / Folder ";
fileinto :flags ["$important", "$seen"] :create "My/Nested/Mailbox/with/multiple/levels";
# Make sure all mailboxes were created