nixos-mailserver gave an error about one mailbox needing to be '\Junk' as special use, so let's add that \

This commit is contained in:
Lillian Violet 2026-04-17 13:52:33 +02:00
parent bfe19c4900
commit 6aa253988e

View file

@ -68,7 +68,7 @@
};
Junk = {
auto = "subscribe";
specialUse = "Junk";
specialUse = "\Junk";
};
Sent = {
auto = "subscribe";