Package: mutt-ssl Version: 1.4i Revision: 11 Conflicts: mutt Replaces: mutt Depends: openssl BuildDepends: openssl-dev Source: ftp://ftp.mutt.org/mutt/mutt-%v.tar.gz Source-MD5: a67bcdf1a1cd53d61ccd3ebf3993ba59 SourceDirectory: mutt-1.4 UpdateConfigGuess: yes ConfFiles: %p/etc/Muttrc SetCPPFLAGS: -no-cpp-precomp DocFiles: GPL NEWS README README.SSL README.SECURITY TODO Patch: %f.patch ConfigureParams: --with-regex --without-wc-funcs --enable-locales-fix --with-mailpath=/var/mail --enable-pop --enable-imap --with-docdir=%p/share/doc/%n --mandir=%p/share/man --with-ssl GCC: 3.1 CompileScript: << ./configure %c make mutt_LDFLAGS=-lncurses << InstallScript: make install DESTDIR=%d mv %i/etc/mime.types %i/etc/mime.types.mutt PostInstScript: << update-alternatives --install %p/etc/mime.types mime.types %p/etc/mime.types.mutt 40 << PreRmScript: << if [ $1 != "upgrade" ]; then update-alternatives --remove mime.types %p/etc/mime.types.mutt fi << Description: Sophisticated text-based mail user agent DescDetail: << Mutt is a sophisticated text-based Mail User Agent. Some highlights: o Support for POP/IMAP access via SSL o MIME support (including RFC1522 encoding/decoding of 8-bit message headers). o PGP/MIME support (RFC 2015). o POP3 support. o Mailbox threading (both strict and non-strict). o Default keybindings are much like ELM. o Keybindings are configurable; Mush and PINE-like ones are provided as examples. o Handles MMDF, MH and Maildir in addition to regular mbox format. o Messages may be (indefinitely) postponed. o Colour support. o Highly configurable through easy but powerful rc file. << DescPort: By default, mutt searches for a user's mbox file in /var/mail. DescUsage: You need to create a .muttrc before Mutt will do anything useful for you. See /sw/share/doc/mutt/samples/ for example configs, and consult the muttrc(5) man page for reference. Homepage: http://www.mutt.org License: GPL Maintainer: Christian Swinehart