Check mail on janus, not iapetus.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user