commit bc2f3f341092829dadde7b49cfb9324e1036d551 parent 856775ff84f12ebf17389a89978371de2f7956bd Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 7 Jul 2018 19:53:33 +0200 reindex encrypted mail Diffstat:
notmuch-new.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/notmuch-new.sh b/notmuch-new.sh @@ -7,6 +7,8 @@ then while true do nice ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch new && afew --tag --new" + # in case an encryption key is now available + nice ionice -c 3 chrt --idle 0 /bin/sh -c "notmuch reindex tag:encrypted and not property:index.decryption=success" < /dev/null sleep 1 inotifywait $NEW_MAIL done