[sysadmin-bin: 156/168] gnome-post-receive-email: utf-8 header



commit e1d4c78fb89965cebea531532156583468c1e340
Author: Olav Vitters <olav vitters nl>
Date:   Tue Jun 14 20:59:18 2011 +0200

    gnome-post-receive-email: utf-8 header

 gnome-post-receive-email |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index 05582a3..aecb90a 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -131,7 +131,7 @@ X-Git-Refname: %(refname)s
 """) % {
             'recipients': recipients,
             'cc': ','.join(cc),
-            'from_address': Header.Header(from_address, 'utf-8'),
+            'from_address': from_address,
             'subject': subject,
             'projectshort': projectshort,
             'refname': self.refname



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]