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



commit bebec393f117c960acce71f60a1a1a7901064ea2
Author: Olav Vitters <olav vitters nl>
Date:   Tue Jun 14 21:19:14 2011 +0200

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

 gnome-post-receive-email |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gnome-post-receive-email b/gnome-post-receive-email
index c91f172..5e69268 100755
--- a/gnome-post-receive-email
+++ b/gnome-post-receive-email
@@ -128,6 +128,9 @@ From: %(from_address)s
 Subject: %(subject)s
 Keywords: %(projectshort)s
 X-Git-Refname: %(refname)s
+MIME-Version: 1.0
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
 """) % {
             'recipients': recipients,
             'cc': ','.join(cc),



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