mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit d6bafc3723f267a41fc8635157a7875ad699661f
parent 79a3a237ee151fb27ff1bbc56f633f3403bb8f45
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  8 Aug 2018 09:37:57 +0200

not using afew for now

Diffstat:
notmuch-new.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-new.sh b/notmuch-new.sh @@ -6,7 +6,7 @@ if [ -f $NEW_MAIL ] then while true do - nice ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new && afew --tag --new" + nice ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new" # in case an encryption key is now available nice ionice -c 3 chrt --idle 0 /bin/sh -c \ "PINENTRY_USER_DATA=none notmuch reindex tag:encrypted and not tag:encrypted-failed and not property:index.decryption=success" < /dev/null