prepare for new laptop
[dotfiles.git] / email / .local / bin / newmail.sh
1 #!/bin/sh
2 notmuch new
3 killall -s SIGUSR1 slstatus
4 if [ "$OFFLINEIMAPSYNCMODE" = full ]
5 then
6 vdirsyncer sync --max-workers=1
7 fi