mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
fix missing maildir deps for account-sync feature
This commit is contained in:
parent
1f6f2fcc11
commit
c28b4c6bb3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ smtp = ["email-lib/smtp"]
|
||||||
sendmail = ["email-lib/sendmail"]
|
sendmail = ["email-lib/sendmail"]
|
||||||
|
|
||||||
account-discovery = ["email-lib/account-discovery"]
|
account-discovery = ["email-lib/account-discovery"]
|
||||||
account-sync = ["email-lib/account-sync"]
|
account-sync = ["email-lib/account-sync", "maildir"]
|
||||||
|
|
||||||
pgp = []
|
pgp = []
|
||||||
pgp-commands = ["email-lib/pgp-commands", "mml-lib/pgp-commands", "pgp"]
|
pgp-commands = ["email-lib/pgp-commands", "mml-lib/pgp-commands", "pgp"]
|
||||||
|
|
Loading…
Reference in a new issue