From: Colin Watson Date: Sat, 25 Jan 2014 12:25:16 +0000 (+0000) Subject: pull-mail: run notmuch new after fetching mail X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=c9be4f7b6e5d734a24a93d2c8ea9dd19f62eea84;p=bin.git pull-mail: run notmuch new after fetching mail --- diff --git a/pull-mail b/pull-mail index 2a33895..a669a29 100755 --- a/pull-mail +++ b/pull-mail @@ -21,4 +21,6 @@ case $hour in ;; esac +notmuch new >/dev/null 2>&1 + exit 0