PATCH_SITE="http://home.uchicago.edu/~dgc/mutt/"
PATCH_BRANCHES="stable devel cvs"

case "${BRANCH}" in
  stable)
    PATCH_SOURCE="patch-1.4.dgc.attach.5"
  ;;
  devel)
    PATCH_SOURCE="patch-1.5.8.dgc.attach.5"
  ;;
  cvs)
    PATCH_SOURCE="patch-1.5.8.dgc.attach.5"
  ;;
esac
