Update README on notmuch feature

pull/234/head
Manos Pitsidianakis 4 years ago
parent bae083cc8f
commit c43f3564d3
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -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

Loading…
Cancel
Save