From 2b142f12b764fd7c84bfc3b861875a02b129a11b Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 24 Mar 2006 16:55:27 +0100 Subject: [PATCH] GIT commit mails are now in UTF-8 --- 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 a7011535..856d415b 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -53,6 +53,6 @@ else fi exec >&2 -mail -s "$subj" "$recipient" <$out +mutt -x -e 'set charset="utf-8"; set allow_8bit=no; set send_charset="utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0 -- 2.39.2