diff options
author | Corrado Franco <conraid (at) linux (dot) it> | 2018-12-25 05:27:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-25 05:27:40 +0700 |
commit | 4002feeb7996e619913dc7e51568e51d20539d15 (patch) | |
tree | 99783316c6bc9e2b56b8202545a2b81c895276b8 /network/neomutt/README | |
parent | 740b268df9ffb57d7365188015a703182d4796f0 (diff) |
network/neomutt: Added (Text-based Mail Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/neomutt/README')
-rw-r--r-- | network/neomutt/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/neomutt/README b/network/neomutt/README new file mode 100644 index 0000000000000..3678678bb6431 --- /dev/null +++ b/network/neomutt/README @@ -0,0 +1,18 @@ +Mutt is a small but very powerful text-based MIME mail client. Mutt +is highly configurable, and is well suited to the mail power user with +advanced features like key bindings, keyboard macros, mail threading, +regular expression searches and a powerful pattern matching language +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 + +This script builds neomutt without optional support +for notmuch, lua and kyotocabinet. +You can be enabled with: + +# NOTMUCH=yes LUA=yes KYOTO=yes ./neomutt.SlackBuild |