#!/bin/sh

test -x /usr/bin/fetchmail && \
	fetchmail -q

