nsbin/mailsync

16 lines
256 B
Plaintext
Raw Normal View History

#!/bin/sh
synctime=~/.mailsync
date > $synctime
unison -batch \
-ignore 'Name .git' \
-ignore 'Name .notmuch' \
-ignore 'Name procmail.log' \
~/Maildir ssh://nico-vm.schottelius.org/Maildir
date >> $synctime
cat "$synctime"
notmuch new