diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2020-10-30 21:44:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:28 +0700 |
commit | 659f9ee3a5fc7ae3aa507b41fc2a9fd4adafb47d (patch) | |
tree | dffa70d75465fcf4e1cc5e434c6a09b333b011e0 /network/neomutt/README | |
parent | a90ed5140035219d4a8c62787f7bfb5ddeff7954 (diff) | |
download | slackbuilds-659f9ee3a5fc7ae3aa507b41fc2a9fd4adafb47d.tar.gz |
network/neomutt: configure flags and README updated.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/neomutt/README')
-rw-r--r-- | network/neomutt/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/neomutt/README b/network/neomutt/README index 8bdc28441f..44dbb59cb1 100644 --- a/network/neomutt/README +++ b/network/neomutt/README @@ -6,14 +6,14 @@ for selecting groups of messages. Optional dependencies: -* lua53 or lua52 - Powerful, fast, light-weight, embeddable scripting - language * notmuch - fast mail indexer for maildir * kyotocabinet - straightforward implementation of DBM * libidn2 - GNU IDN Library version 2 +* lua53 - Powerful, fast, light-weight, embeddable scripting language + NOTE: this won't work if you have multiple versions of lua installed. This script builds neomutt without optional support for idn2, notmuch, lua and kyotocabinet. You can be enabled with: -USENOTMUCH=yes USELUA=yes USEKYOTO=yes USEIDN2:-yes ./neomutt.SlackBuild +# USENOTMUCH=yes USEKYOTO=yes USEIDN2=yes USELUA=yes ./neomutt.SlackBuild |