nsbin/mailsync
Nico Schottelius c47385d754 run notmuch new after mailsync
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
2015-07-16 13:53:22 +02:00

15 lines
256 B
Bash
Executable file

#!/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