%general-entities; ]> $LastChangedBy$ $Date$ Mutt-&mutt-version; mutt Introduction to Mutt The Mutt package contains a Mail User Agent. This is useful for reading, writing, replying to, saving, and deleting your email. &lfs79_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &mutt-md5sum; Download size: &mutt-size; Estimated disk space required: &mutt-buildsize; Estimated build time: &mutt-time; Mutt Dependencies Optional , , , , , libgssapi, , , Mixmaster, an (that provides a sendmail command), , or , or QDBM or Tokyo Cabinet Optional (To Regenerate HTML Documentation) and either , , or ELinks Optional (To Generate PDF Manual) , , and (or ) User Notes: Installation of Mutt This version of Mutt is a development release. The BLFS editors have determined that it provides a stable program and fixes two issues in the current stable version of Mutt: a segmentation fault that occurs under certain conditions and a compilation problem when building with recent versions of GCC. Mutt requires a group named mail. You can add this group, if it does not exist, with this command: groupadd -g 34 mail If you did not install an , you need to modify the ownership of /var/mail with this command: chgrp -v mail /var/mail Mutt will rebuild the html documentation if libxslt is present, then use that to update the text manual - even if none of the specified browsers are present. That will create an empty text file, so we will save the shipped file. Install Mutt by running the following commands: cp -v doc/manual.txt{,.shipped} && ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-docdir=/usr/share/doc/mutt-&mutt-version; \ --enable-pop \ --enable-imap \ --enable-hcache \ --without-qdbm \ --with-gdbm \ --without-bdb \ --without-tokyocabinet && make && test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,} To generate the PDF manual with , run the following command: make -C doc manual.pdf This package does not come with a test suite. Now, as the root user: make install If you generated the PDF manual, install it and the source TeX file by issuing the following command as the root user: install -v -m644 doc/manual.{pdf,tex} \ /usr/share/doc/mutt-&mutt-version; Command Explanations --enable-pop: This switch enables POP3 support. --enable-imap: This switch enables IMAP support. --enable-hcache: This switch enables header caching. --without-qdbm: This switch disables QDBM as the header cache backend. --without-tokyocabinet: This switch disables Tokyo Cabinet as the header cache backend. --with-gdbm: This switch enables GDBM as the header cache backend. --without-bdb: This switch disables Berkeley DB as the header cache backend. : This switch enables SMTP relay support. : This parameter adds SSL/TLS support from in POP3/IMAP/SMTP if they are enabled. : This parameter adds authentication support from in POP3/IMAP/SMTP if they are enabled. Depending on the server configuration, this may not be needed for POP3 or IMAP. However, it is needed for SMTP authentication. : Use S-Lang instead of Ncurses. : if the text manual is now empty (libxslt is installed, but without any of the specified text browsers), restore it from the copy. Configuring Mutt Config Files /etc/Muttrc, ~/.muttrc, /etc/mime.types, ~/.mime.types /etc/Muttrc ~/.muttrc /etc/mime.types ~/.mime.types Configuration Information No changes in these files are necessary to begin using Mutt. When you are ready to make changes, the man page for muttrc is a good starting place. In order to utilize GnuPG, use the following command: cat /usr/share/doc/mutt-&mutt-version;/samples/gpg.rc >> ~/.muttrc Contents Installed Programs Installed Libraries Installed Directories flea, mutt, mutt_dotlock, muttbug, pgpewrap, pgpring, and smime_keys None /usr/share/doc/mutt-&mutt-version; Short Descriptions flea is a bug submitter for Mutt. flea mutt is a Mail User Agent (MUA) which enables you to read, write and delete your email. mutt mutt_dotlock implements the mail spool file lock. mutt_dotlock muttbug is a script that executes flea. muttbug pgpewrap prepares a command line for the utilities. pgpewrap pgpring is a key ring dumper for PGP. It is not needed for . pgpring smime_keys manages a keystore for S/MIME certificates. smime_keys