[git-notify] Problème d'encodage des entêtes

This commit is contained in:
Pierre-Elliott Bécue 2013-03-03 06:19:13 +01:00
parent 29bf860e0a
commit 769c7fabed

View file

@ -161,7 +161,7 @@ sub parse_options()
sub mail_notification($$$@) sub mail_notification($$$@)
{ {
my ($name, $subject, $content_type, @text) = @_; my ($name, $subject, $content_type, @text) = @_;
$subject = encode("MIME-Q",$subject); $subject = encode("MIME-Header",$subject);
if ($debug) if ($debug)
{ {
print "---------------------\n"; print "---------------------\n";