#!/bin/bash
nt imap
SLEEP=600
while true; do
#	needstty=1 timeout-ucm 120 offlineimap
	offlineimap
	read -t $SLEEP -p "press enter or wait for $SLEEP: "
done
