aboutsummaryrefslogtreecommitdiff
path: root/scripts/mail.sh
blob: c8f6522c12f24ca89e4a7a3e180517bc09471172 (plain) (blame)
1
2
3
4
5
if [ "$1" = "-s" ]; then
  mbsync -a &>> /tmp/mbsync.log && notmuch new &>> /tmp/notmuch.log
else
  mbsync -aV && notmuch new
fi