That don't work
This commit is contained in:
parent
ed2799a955
commit
73c492165a
|
@ -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