diff --git a/systemd/.config/systemd/user/syncmail.sh b/systemd/.config/systemd/user/syncmail.sh index 772b81c..1f93fd9 100755 --- a/systemd/.config/systemd/user/syncmail.sh +++ b/systemd/.config/systemd/user/syncmail.sh @@ -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