two \\ according to the documentation, so let's try that!

This commit is contained in:
Lillian Violet 2026-04-17 14:52:54 +02:00
parent 6aa253988e
commit 05f53471e7

View file

@ -56,27 +56,27 @@
mailboxes = {
All = {
auto = "subscribe";
specialUse = "All";
specialUse = "\\All";
};
Archive = {
auto = "subscribe";
specialUse = "Archive";
specialUse = "\\Archive";
};
Drafts = {
auto = "subscribe";
specialUse = "Drafts";
specialUse = "\\Drafts";
};
Junk = {
auto = "subscribe";
specialUse = "\Junk";
specialUse = "\\Junk";
};
Sent = {
auto = "subscribe";
specialUse = "Sent";
specialUse = "\\Sent";
};
Trash = {
auto = "no";
specialUse = "Trash";
specialUse = "\\Trash";
};
};