From c7616d59d6aacc018b0a6f67bc97933bab1b278d Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 11 Apr 2025 08:41:44 +0200 Subject: [PATCH] Relative path to ack-recipients --- .config/mutt/sendmail-checks.d/ack-recipients | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mutt/sendmail-checks.d/ack-recipients b/.config/mutt/sendmail-checks.d/ack-recipients index 350ec44..30f0fe2 100755 --- a/.config/mutt/sendmail-checks.d/ack-recipients +++ b/.config/mutt/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.5