X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=build%2Fgit%2Fhooks%2Fupdate;h=aca1a7fe29255134e25a0a6c4f309ba2a0093b6a;hb=16df176fa4667d17146479219ba8816d89d1d78b;hp=a7011535e75f442bec2c67b40b15d5dfc547899d;hpb=528dfd383ffad2940a671e52e30f325ea2f4903b;p=libucw.git diff --git a/build/git/hooks/update b/build/git/hooks/update index a7011535..aca1a7fe 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -50,9 +50,9 @@ else fi done <$t rm $t -fi +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