X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=build%2Fgit%2Fhooks%2Fupdate;h=881621f01cbd2b2ec019a37b8e058f7755a19810;hb=11902e0b6fc1d043da0abadcdd928b247b071ccf;hp=a7011535e75f442bec2c67b40b15d5dfc547899d;hpb=6a26177ec0df11f55bff590d63ea02e7c9884993;p=libucw.git diff --git a/build/git/hooks/update b/build/git/hooks/update index a7011535..881621f0 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 send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0