From cdc0e0aa6a301f6563c77e79fc0f08652a2201ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 29 Sep 2022 00:01:21 +0200 Subject: [PATCH] remove notmuch backend from default features --- Cargo.toml | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0230070..762130c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 3292c8e..5d7339c 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ the features.* ## Sponsoring -[![github](https://img.shields.io/badge/-GitHub%20Sponsors-fafbfc?logo=GitHub%20Sponsors)](https://github.com/sponsors/soywod) -[![paypal](https://img.shields.io/badge/-PayPal-0079c1?logo=PayPal&logoColor=ffffff)](https://www.paypal.com/paypalme/soywod) -[![ko-fi](https://img.shields.io/badge/-Ko--fi-ff5e5a?logo=Ko-fi&logoColor=ffffff)](https://ko-fi.com/soywod) -[![buy-me-a-coffee](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ffdd00?logo=Buy%20Me%20A%20Coffee&logoColor=000000)](https://www.buymeacoffee.com/soywod) -[![liberapay](https://img.shields.io/badge/-Liberapay-f6c915?logo=Liberapay&logoColor=222222)](https://liberapay.com/soywod) +[![github](https://img.shields.io/badge/-GitHub%20Sponsors-fafbfc?logo=GitHub%20Sponsors&style=flat-square)](https://github.com/sponsors/soywod) +[![paypal](https://img.shields.io/badge/-PayPal-0079c1?logo=PayPal&logoColor=ffffff&style=flat-square)](https://www.paypal.com/paypalme/soywod) +[![ko-fi](https://img.shields.io/badge/-Ko--fi-ff5e5a?logo=Ko-fi&logoColor=ffffff&style=flat-square)](https://ko-fi.com/soywod) +[![buy-me-a-coffee](https://img.shields.io/badge/-Buy%20Me%20a%20Coffee-ffdd00?logo=Buy%20Me%20A%20Coffee&logoColor=000000&style=flat-square)](https://www.buymeacoffee.com/soywod) +[![liberapay](https://img.shields.io/badge/-Liberapay-f6c915?logo=Liberapay&logoColor=222222&style=flat-square)](https://liberapay.com/soywod) ## Credits