From da8cd4e85f04e17e8ffab32642082a6e70a8a4cc Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Fri, 13 Dec 2019 00:07:06 +0200 Subject: [PATCH] Remove jmap from default features --- melib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 1a8e8b2a5..8cc886f36 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -30,7 +30,7 @@ reqwest = { version ="0.10.0-alpha.2", optional=true, features = ["json", "block serde_json = { version = "1.0", optional = true, features = ["raw_value",] } [features] -default = ["unicode_algorithms", "imap_backend", "maildir_backend", "mbox_backend", "jmap_backend", "vcard"] +default = ["unicode_algorithms", "imap_backend", "maildir_backend", "mbox_backend", "vcard"] debug-tracing = [] unicode_algorithms = ["text_processing"]