@@ -1,6 +1,6 @@
-function update_email
+function checkmail
notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
-notmuch new
-mbsync -a
+ notmuch new
+ mbsync -a
end