From 5507f7b8c333c016d053adb2e4030a5ef1f12cf6 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Fri, 4 May 2018 20:58:37 +0200 Subject: Add mailsync script --- dot.local-bin-sm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 dot.local-bin-sm 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 -- cgit v1.2.3