. "$GRIMOIRE/FUNCTIONS"
           SPELL=mutt
 PATCH_DIRECTORY=$SPELL_DIRECTORY/patches

   case $MUTT_BRANCH in
     scm)
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-scm.tar.bz2
   SOURCE_URL[0]=git_http://gitlab.com/muttmua/${SPELL}.git:$SPELL-scm
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-scm
     ;;
     *)
         VERSION=2.2.14
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.asc
# Watch: ftp://ftp.mutt.org/pub/mutt/
   SOURCE_URL[0]=ftp://ftp.mutt.org/pub/mutt/${SOURCE}
   SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
   SOURCE_URL[2]=https://bitbucket.org/${SPELL}/${SPELL}/downloads/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
      SOURCE_GPG=mutt.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
  SECURITY_PATCH=2
     ;;
   esac
        WEB_SITE=http://www.mutt.org/
         ENTERED=20010922
         LICENSE=GPL
        KEYWORDS="mail"
           SHORT="mutt is a text-based MIME mail client."
cat << EOF

Mutt is a small but very powerful text-based MIME mail client. It 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.

This spell contains various optional patches for each branch of mutt.
For details on any of the patches, see:

http://wiki.mutt.org/index.cgi?PatchList

EOF
