Mail updates

This commit is contained in:
Colin Powell
2019-09-26 16:50:05 -04:00
parent 48d808986b
commit 9f890fa68c
3 changed files with 9 additions and 3 deletions

View File

@ -4,10 +4,10 @@ STATE=`nmcli networking connectivity`
if [ $STATE = 'full' ]
then
afew --m --new
mbsync -a
notmuch new
afew --tag --new
afew --m --new
exit 0
fi
echo "No internet connection"