Files
dotfiles/bin/.bin/syncmail.sh

7 lines
109 B
Bash
Raw Normal View History

2020-01-20 21:47:41 -05:00
#!/bin/sh
2020-01-27 01:01:51 -05:00
notmuch search --output=files tag:deleted | xargs -0 rm
notmuch new
muchsync rhea.unbl.ink
2020-01-20 21:47:41 -05:00
exit 0