mutt/offlineimapsync.sh @ ab9db71ab5ab

vim: add new peepopen mapping
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Feb 2011 14:07:42 -0500
parents d3e0c0c7ff37
children c6446e280dab
#!/bin/sh

PID=`cat ~/.offlineimap/pid`
ps aux | grep "[ ]$PID" && kill $PID

/usr/local/bin/offlineimap -o -u Noninteractive.Quiet &>/dev/null &

exit 0