]> mj.ucw.cz Git - libucw.git/blobdiff - build/git/hooks/update
Removed trailing whitespaces.
[libucw.git] / build / git / hooks / update
index 856d415b93ea0b16199a4f28ea96b73354c22cab..aca1a7fe29255134e25a0a6c4f309ba2a0093b6a 100755 (executable)
@@ -50,9 +50,9 @@ else
                fi
        done <$t
        rm $t
-fi 
+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