himalaya: add support for account.folders

Add support for `account.folders.(inbox|sent|draft)` in the himalaya
account configuration.

PR #2747
This commit is contained in:
NomisIV 2022-02-21 23:20:44 +01:00 committed by Robert Helgesson
parent 8bdfa41b4e
commit 472e67d1bb
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 14 additions and 0 deletions

View file

@ -14,6 +14,11 @@ 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
# FIXME: does not support disabling TLS altogether
# NOTE: does not accept sequence of strings for password commands
imap-login = account.userName;