]> mj.ucw.cz Git - libucw.git/blobdiff - build/git/hooks/update
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / build / git / hooks / update
index a7011535e75f442bec2c67b40b15d5dfc547899d..881621f01cbd2b2ec019a37b8e058f7755a19810 100755 (executable)
@@ -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