From 1bb6826839d956f769eeb5629a747e7ed2e46123 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sat, 25 Mar 2006 23:02:50 +0100 Subject: [PATCH] GIT uses mutt's default value of allow_8bit when sending a mail and prefers ascii/iso-8859-2 charsets if possible. --- build/git/hooks/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/git/hooks/update b/build/git/hooks/update index 856d415b..881621f0 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -53,6 +53,6 @@ else fi exec >&2 -mutt -x -e 'set charset="utf-8"; set allow_8bit=no; set send_charset="utf-8"' -s "$subj" "$recipient" <$out +mutt -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0 -- 2.39.2