From c28b4c6bb35b2d4299828c351d963545b77b8d1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 25 Feb 2024 14:26:23 +0100 Subject: [PATCH] fix missing maildir deps for account-sync feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c90f032..a905bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]