himalaya: fix account.folders to new config syntax
This commit is contained in:
parent
64831f938b
commit
bda2c80b4c
2 changed files with 11 additions and 7 deletions
|
|
@ -14,10 +14,12 @@ let
|
|||
name = account.realName;
|
||||
default = account.primary;
|
||||
|
||||
inbox-folder = account.folders.inbox;
|
||||
sent-folder = account.folders.sent;
|
||||
draft-folder = account.folders.drafts;
|
||||
# NOTE: himalaya does not support configuring the name of the trash folder
|
||||
mailboxes = {
|
||||
inbox = account.folders.inbox;
|
||||
sent = account.folders.sent;
|
||||
draft = account.folders.drafts;
|
||||
# NOTE: himalaya does not support configuring the name of the trash folder
|
||||
};
|
||||
|
||||
# FIXME: does not support disabling TLS altogether
|
||||
# NOTE: does not accept sequence of strings for password commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue