From c43f3564d308f62c7d16771b97bb860ec048b9f8 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 27 Feb 2020 16:36:47 +0200 Subject: [PATCH] Update README on notmuch feature --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ead18913..b496335d 100644 --- a/README.md +++ b/README.md @@ -69,17 +69,9 @@ two packages: `librust-openssl-sys-dev librust-libdbus-sys-dev` A `*.deb` package can be built with `make deb-dist` -# Building with notmuch +# Using notmuch -To use the optional notmuch backend feature, you must have `libnotmuch` installed in your system. In Debian-like systems, install the `libnotmuch5 libnotmuch-dev` packages. - -To build with notmuch support, prepend the environment variable `MELI_FEATURES='notmuch'` to your make invocation: - -```sh -MELI_FEATURES="notmuch" make -``` - -or if building directly with cargo, use the flag `--features="notmuch"'. +To use the optional notmuch backend feature, you must have `libnotmuch5` installed in your system. In Debian-like systems, install the `libnotmuch5` packages. meli detects the library's presence on runtime. # Building with JMAP