From 196bfe3dcb9613d859690330868277a20472ba23 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 23 May 2024 13:31:46 +0200 Subject: [PATCH] relative reference to ack-recipients --- .config/neomutt/sendmail-checks.d/ack-recipients | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/neomutt/sendmail-checks.d/ack-recipients b/.config/neomutt/sendmail-checks.d/ack-recipients index 350ec44..30f0fe2 100755 --- a/.config/neomutt/sendmail-checks.d/ack-recipients +++ b/.config/neomutt/sendmail-checks.d/ack-recipients @@ -22,7 +22,7 @@ # set -eu -CHECKLIST="$HOME/.config/mutt/ack-recipients" +CHECKLIST="${0%/*}/../ack-recipients" HEADER=X-Acked ACKED_RCPTS=$(formail -czx ${HEADER}: < $1 | sed -re 's/,\s*/ /g' | tr '[[:upper:]]' '[[:lower:]]') MAILFILE="$1"; shift -- 2.39.2