From 769c7fabedaa12dfb9d755f20457c657f25810ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 3 Mar 2013 06:19:13 +0100 Subject: [PATCH] =?UTF-8?q?[git-notify]=20Probl=C3=A8me=20d'encodage=20des?= =?UTF-8?q?=20ent=C3=AAtes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/git-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/git-notify b/utils/git-notify index 3708dabf..87de54b2 100755 --- a/utils/git-notify +++ b/utils/git-notify @@ -161,7 +161,7 @@ sub parse_options() sub mail_notification($$$@) { my ($name, $subject, $content_type, @text) = @_; - $subject = encode("MIME-Q",$subject); + $subject = encode("MIME-Header",$subject); if ($debug) { print "---------------------\n";