That don't work
This commit is contained in:
parent
9a2ac3d4e3
commit
5f77acf652
|
@ -62,9 +62,13 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
mailboxes = {
|
mailboxes = {
|
||||||
Inbox = {
|
All = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
specialUse = "Inbox";
|
specialUse = "All";
|
||||||
|
};
|
||||||
|
Archive = {
|
||||||
|
auto = "subscribe";
|
||||||
|
specialUse = "Archive";
|
||||||
};
|
};
|
||||||
Drafts = {
|
Drafts = {
|
||||||
auto = "subscribe";
|
auto = "subscribe";
|
||||||
|
|
Loading…
Reference in a new issue