Mail: enable spam training through imap-sieve #61

Merged
rouven0 merged 4 commits from imap-sieve into main 2023-09-06 12:29:24 +02:00
Showing only changes of commit a0f78133f6 - Show all commits

View file

@ -168,19 +168,20 @@ in
}; };
mailboxes = { mailboxes = {
Spam = { Spam = {
auto = "create"; auto = "subscribe";
specialUse = "Junk"; specialUse = "Junk";
autoexpunge = "60d";
}; };
Sent = { Sent = {
auto = "create"; auto = "subscribe";
specialUse = "Sent"; specialUse = "Sent";
}; };
Drafts = { Drafts = {
auto = "create"; auto = "subscribe";
specialUse = "Drafts"; specialUse = "Drafts";
}; };
Trash = { Trash = {
auto = "create"; auto = "subscribe";
specialUse = "Trash"; specialUse = "Trash";
}; };
}; };