remove notmuch backend from default features

This commit is contained in:
Clément DOUIN
2022-09-29 00:01:21 +02:00
parent 29aa383147
commit cdc0e0aa6a
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ section = "mail"
imap-backend = ["imap", "imap-proto"]
maildir-backend = ["maildir", "md5"]
notmuch-backend = ["notmuch", "maildir-backend"]
default = ["imap-backend", "maildir-backend", "notmuch-backend"]
default = ["imap-backend", "maildir-backend"]
[dev-dependencies]
tempfile = "3.3.0"
@@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
convert_case = "0.5.0"
env_logger = "0.8.3"
erased-serde = "0.3.18"
himalaya-lib = { version = "=0.2.0", features = ["imap-backend"] }
himalaya-lib = "=0.2.0"
html-escape = "0.2.9"
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
log = "0.4.14"