From c4625dbb1262753cbd6c5b97460f109a6ac05278 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 15 Jun 2010 15:58:54 +0200 Subject: [PATCH 1/1] reformat error message on attachment check --- .mutt/sendmail-checks.d/check-attachments | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mutt/sendmail-checks.d/check-attachments b/.mutt/sendmail-checks.d/check-attachments index 760822d..1972a19 100755 --- a/.mutt/sendmail-checks.d/check-attachments +++ b/.mutt/sendmail-checks.d/check-attachments @@ -27,8 +27,8 @@ if ! grep -q "^${OVERRIDE_HEADER}:" "$1" \ egrep -cv '^(multipart/|application/pgp-signature)') if [ $nr_attach -lt 2 ]; then - echo >&2 "E: the mail seems to reference an attachment, but there seems" - echo >&2 "to be no non-PGP MIME part." + echo >&2 "E: the mail message 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 fi -- 2.39.2