diff options
| -rwxr-xr-x | dot.local-bin-sm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dot.local-bin-sm b/dot.local-bin-sm new file mode 100755 index 0000000..e830aca --- /dev/null +++ b/dot.local-bin-sm @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +set -x +mbsync -a || true +notmuch new +new=$(notmuch search --output=messages tag:new | xargs) +afew -tnvv +notmuch search --exclude=false $new |
