diff options
Diffstat (limited to 'network/neomutt/README')
-rw-r--r-- | network/neomutt/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/network/neomutt/README b/network/neomutt/README index 44dbb59cb1b91..ebad339e327ca 100644 --- a/network/neomutt/README +++ b/network/neomutt/README @@ -8,12 +8,10 @@ Optional dependencies: * 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: +This script builds neomutt without optional support for notmuch, lua, +and kyotocabinet. You can enabled them with: -# USENOTMUCH=yes USEKYOTO=yes USEIDN2=yes USELUA=yes ./neomutt.SlackBuild +# USENOTMUCH=yes USEKYOTO=yes USELUA=yes ./neomutt.SlackBuild |