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:
parent
bfe19c4900
commit
6aa253988e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@
|
||||||
};
|
};
|
||||||
Junk = {
|
Junk = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
specialUse = "Junk";
|
specialUse = "\Junk";
|
||||||
};
|
};
|
||||||
Sent = {
|
Sent = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue