The Mutt package contains a Mail User Agent. This is useful for reading, writing, replying, saving, and deleting your email.
Download (HTTP): http://gd.tuwien.ac.at/infosys/mail/mutt/mutt-1.4.2.1i.tar.gz
Download (FTP): ftp://ftp.mutt.org/mutt/mutt-1.4.2.1i.tar.gz
Download size: 2.6 MB
Estimated Disk space required: 16.9 MB
Estimated build time: 0.35 SBU
Mutt requires a group named 'mail'. You can add this group, if it does not exist, with this command:
groupadd mail
If you did not install a MTA, such as Postfix-2.1.0 or Sendmail-8.12.10, you need to modify the ownership of /var/mail with this command:
chgrp mail /var/mail
Install Mutt by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
--sysconfdir=/etc: This installs the configuration files into /etc instead of /usr/etc.
The Mutt package contains mutt, flea, muttbug, mutt_dotlock, pgpwrap and pgpring.