#!/bin/sh
# fetch your mail at regular intervals
# Derek Stevens <nilix@nilfm.cc>
# MIT License
while true; do
mbsync -a
sleep 5m
done