mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
Add optional 'jmap' feature in binary Cargo.toml.
This commit is contained in:
parent
2ed9ffb145
commit
41a4de394a
@ -26,6 +26,7 @@ members = ["melib", "ui", "debug_printer", "testing", "text_processing"]
|
||||
[features]
|
||||
default = []
|
||||
notmuch = ["melib/notmuch_backend", "ui/notmuch"]
|
||||
jmap = ["melib/jmap_backend",]
|
||||
|
||||
# Print tracing logs as meli runs in stderr
|
||||
# enable for debug tracing logs: build with --features=debug-tracing
|
||||
|
9
README
9
README
@ -65,6 +65,15 @@ To build with notmuch support, prepend the environment variable "MELI_FEATURES='
|
||||
|
||||
or if building directly with cargo, use the flag '--features="notmuch"'.
|
||||
|
||||
BUILDING WITH JMAP
|
||||
=====================
|
||||
|
||||
To build with JMAP support, prepend the environment variable "MELI_FEATURES='jmap'" to your make invocation:
|
||||
|
||||
# MELI_FEATURES="jmap" make
|
||||
|
||||
or if building directly with cargo, use the flag '--features="jmap"'.
|
||||
|
||||
DEVELOPMENT
|
||||
===========
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user