fix missing maildir deps for account-sync feature

This commit is contained in:
Clément DOUIN 2024-02-25 14:26:23 +01:00
parent 1f6f2fcc11
commit c28b4c6bb3
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -38,7 +38,7 @@ smtp = ["email-lib/smtp"]
sendmail = ["email-lib/sendmail"]
account-discovery = ["email-lib/account-discovery"]
account-sync = ["email-lib/account-sync"]
account-sync = ["email-lib/account-sync", "maildir"]
pgp = []
pgp-commands = ["email-lib/pgp-commands", "mml-lib/pgp-commands", "pgp"]