After installing meli, see `meli(1)` and `meli.conf(5)` for documentation. Sample configuration and theme files can be found in the `samples/` subdirectory.
Some functionality is held behind "feature gates", or compile-time flags. The following list explains each feature's purpose:
-`notmuch` provides support for using a notmuch database as a mail backend
-`jmap` provides support for connecting to a jmap server and use it as a mail backend
-`sqlite3` provides support for builting fast search indexes in local sqlite3 databases
-`cli-docs` includes the manpage documentation compiled by either `mandoc` or `man` binary to plain text in `meli`'s command line. Embedded documentation can be viewed with the subcommand `meli man [PAGE]`
-`svgscreenshot` provides support for taking screenshots of the current view of meli and saving it as SVG files. Its only purpose is taking screenshots for the official meli webpage.
-`debug-tracing` enables various trace debug logs from various places around the meli code base. The trace log is printed in `stderr`.
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.