From 03eec8072c9e9abd7f36101fd5f630ba62bec8b4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 16 Jun 2010 21:34:04 +0200 Subject: [PATCH] reword --- .mutt/sendmail-checks.d/check-attachments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mutt/sendmail-checks.d/check-attachments b/.mutt/sendmail-checks.d/check-attachments index 0573bf9..8f08f35 100755 --- a/.mutt/sendmail-checks.d/check-attachments +++ b/.mutt/sendmail-checks.d/check-attachments @@ -27,7 +27,7 @@ if ! grep -q "^${OVERRIDE_HEADER}:" "$1" \ egrep -cv '^(multipart/|application/pgp-signature)') if [ $nr_attach -lt 2 ]; then - echo >&2 "E: the mail message references an attachment," + echo >&2 "E: the mail message likely references an attachment," echo >&2 "E: but there seems to be no non-PGP MIME part." echo >&2 "E: (add the $OVERRIDE_HEADER header to override the check)." exit 1 -- 2.39.2