[git-notify] Problème d'encodage des entêtes
This commit is contained in:
parent
29bf860e0a
commit
769c7fabed
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue