Delete email marked for deletion when syncing
This commit is contained in:
@ -4,6 +4,8 @@ STATE=`nmcli networking connectivity`
|
|||||||
|
|
||||||
if [ $STATE = 'full' ]
|
if [ $STATE = 'full' ]
|
||||||
then
|
then
|
||||||
|
notmuch search --output=files tag:deleted | xargs -l rm
|
||||||
|
notmuch new
|
||||||
muchsync rhea.unbl.ink
|
muchsync rhea.unbl.ink
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user