Check mail on janus, not iapetus.

This commit is contained in:
Colin Powell
2020-02-17 23:04:42 -05:00
parent 8e10488f1b
commit 0491612360
3 changed files with 10 additions and 17 deletions

View File

@ -1,14 +1,7 @@
#!/bin/sh
STATE=`nmcli networking connectivity`
if [ $STATE = 'full' ]
then
afew --m --new
mbsync -a
notmuch new
afew --tag --new
exit 0
fi
echo "No internet connection"
afew --m --new
mbsync -a
notmuch new
afew --tag --new
exit 0