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 or selecting groups of messages.
Mutt E-Mail Client Manual by by Michael Elkins
Web: | http://www.mutt.org/ |
---|---|
Ftp: | ftp://ftp.guug.de/pub/mutt |
Needs: |
S-Lang or GNU
Curses SGML-Tools |
user: gzcat
mutt-1.0.1i.tar.gz | tar -xvf -
|
||
user: cd
mutt-1.0.1
|
||
user: ./configure
--prefix=/opt/gnu --with-slang=/opt/gnu/lib \
|
||
user:
make
|
||
user:
su
|
||
root: make
install
|
The user must have the directory containg the S-Lang dynamic
library in their LD_LIBRARY_PATH
. This should
probably be set up in a shell script.
user:
LD_LIBRARY_PATH=/opt/gnu/lib
|
||
user: export
LD_LIBRARY_PATH
|
||
user:
mutt
|