summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-27 16:36:47 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-02-27 16:36:47 +0200
commitc43f3564d308f62c7d16771b97bb860ec048b9f8 (patch)
tree27220dfd387a4f10f2218b9c1a02d7e6e1c00bf0 /README.md
parentbae083cc8f072136ff29173c88b800bc8487d89e (diff)
downloadmeli-c43f3564d308f62c7d16771b97bb860ec048b9f8.zip
Update README on notmuch feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files 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