mail notifications through my prompt

This commit is contained in:
Felix Van der Jeugt 2019-11-27 14:45:44 +01:00
parent 62fa940cdb
commit 8668756b4f
No known key found for this signature in database
GPG key ID: 58B209295023754D
2 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,6 @@ ip route ls | grep -q '.'
# check if the gpg-agent is running
pgrep gpg-agent > /dev/null
notmuch new --quiet 2>&1 | xargs -0 --no-run-if-empty notify-send
notmuch new --quiet 2>&1
exec sleep 3m