X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/4e0decdaf137a596713e91f9e686c331b7b006c9..c7616d59d6aacc018b0a6f67bc97933bab1b278d:/.config/mutt/sendmail-checks.d/ack-recipients?ds=inline 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