[sysadmin-bin: 157/168] gnome-post-receive-email: utf-8 header
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin: 157/168] gnome-post-receive-email: utf-8 header
- Date: Thu, 24 May 2012 20:04:38 +0000 (UTC)
commit a2c3b40a153e61e7f5c05a5cb39c82a8701592ed
Author: Olav Vitters <olav vitters nl>
Date: Tue Jun 14 21:17:21 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 aecb90a..c91f172 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -114,7 +114,7 @@ class RefChange(object):
def generate_header(self, out, subject, include_revs=True, oldrev=None, newrev=None, cc=None):
user = os.environ['USER']
if user_fullname:
- from_address = "%s <%s src gnome org>" % (user_fullname, user)
+ from_address = "%s <%s src gnome org>" % (Header.Header(user_fullname.decode('utf-8')), user)
else:
from_address = "%s src gnome org" % (user)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]