#!/bin/sh

# Change this to your getmail directory; defaults to 
GETMAILPATH=""

PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"

# You can change this to point to your Python interpreter if you wish.
PYTHON=/usr/local/bin/python2.1

exec "$PYTHON" ${GETMAILPATH}/getmail.py $@
