PATCH_SITE="http://www.spinnaker.de/mutt/compressed/"
PATCH_BRANCHES="stable devel cvs"

case "${BRANCH}" in
  stable)
    PATCH_SOURCE="patch-1.4.2.2.rr.compressed.1"
  ;;
  devel|cvs)
    PATCH_SOURCE="patch-1.5.9.rr.compressed.1"
  ;;
esac
