Delete email marked for deletion when syncing

This commit is contained in:
Colin Powell
2020-01-08 08:59:47 -05:00
parent bcfd025a51
commit b77d5e4786

View File

@ -4,6 +4,8 @@ STATE=`nmcli networking connectivity`
if [ $STATE = 'full' ]
then
notmuch search --output=files tag:deleted | xargs -l rm
notmuch new
muchsync rhea.unbl.ink
exit 0
fi