From ec2c37c5fd5620236c3e0c22bbd4dded14ed677e Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 27 Feb 2021 01:36:27 +0100 Subject: [PATCH] update and clean --- conf.d/notmuch/pre-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/notmuch/pre-new b/conf.d/notmuch/pre-new index 22c964f..669db27 100755 --- a/conf.d/notmuch/pre-new +++ b/conf.d/notmuch/pre-new @@ -10,7 +10,7 @@ ASTROID_BIN=$(which astroid) echo "[Begin notmuch]: $(basename $0) script" if [ "x${DISPLAY}" != "x" ]; then - logger -t notmuch "Astroid polling start requested during pre-new hook" + logger -t notmuch "Astroid polling start requested during pre-new hook"; $ASTROID_BIN --start-polling 2>&1 >/dev/null fi