chiark / gitweb /
pull-mail: run notmuch new after fetching mail
[bin.git] / bazresolved
1 #! /bin/sh -e
2 # Same as 'baz resolved', but also cleans up .orig and .rej files.
3
4 baz resolved "$@"
5
6 for file; do
7         rm -f "$file.orig" "$file.rej"
8 done