From 8d70b9869f785d8524b2c4d114f2afcb47b6df56 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 23 Nov 2020 12:52:05 -0500 Subject: Add mutt-filter mode Only works for x-patch-sig style attestation, as doing DKIM attestation requires that we unignore all headers, which just junks up the view. Signed-off-by: Konstantin Ryabitsev --- b4-send-email.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 b4-send-email.sh (limited to 'b4-send-email.sh') diff --git a/b4-send-email.sh b/b4-send-email.sh deleted file mode 100755 index 9dd4640..0000000 --- a/b4-send-email.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env bash -# -# Wrapper for running b4-send-email from checkout -# - -REAL_SCRIPT=$(realpath -e ${BASH_SOURCE[0]}) -SCRIPT_TOP="${SCRIPT_TOP:-$(dirname ${REAL_SCRIPT})}" - -exec env PYTHONPATH="${SCRIPT_TOP}" python3 "${SCRIPT_TOP}/b4/attest.py" "${@}" -- cgit v1.2.3