From 83306d5f6a189d6f1f9ed05a186e540b1a73983c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sun, 28 Jan 2024 08:42:07 +0100 Subject: [PATCH] fix pgp unit test --- src/config/wizard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/wizard.rs b/src/config/wizard.rs index ce849fb..f2a8d30 100644 --- a/src/config/wizard.rs +++ b/src/config/wizard.rs @@ -501,7 +501,7 @@ smtp.oauth2.scopes = [] ); } - #[cfg(feature = "pgp")] + #[cfg(feature = "pgp-cmds")] #[test] fn pretty_serialize_pgp_cmds() { use email::account::config::pgp::PgpConfig;