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