Rename bin scripts

This commit is contained in:
Colin Powell
2020-03-11 23:51:24 -04:00
parent 257ca184c2
commit 7bf19cb825
4 changed files with 0 additions and 28 deletions

6
bin/.bin/syncmail Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
notmuch search --output=files tag:deleted | xargs -r rm
notmuch new
muchsync rhea.unbl.ink
exit 0