From 489b3bdc54e3e9080033ed96ce3282abaecb7f75 Mon Sep 17 00:00:00 2001 From: bernat Date: Mon, 11 Jul 2005 22:21:56 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20code=20de=20d=C3=A9bugage=20impo?= =?UTF-8?q?rtant.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20050711202156-d1718-3fcb977e08cfe55d233bda03df484452f5d56842.gz --- syncmail | 1 + 1 file changed, 1 insertion(+) diff --git a/syncmail b/syncmail index daa96667..403f59ca 100755 --- a/syncmail +++ b/syncmail @@ -274,6 +274,7 @@ From: %(name)s <%(address)s> To: %(people)s''' % vars if replyto: print 'Reply-To: %s' % replyto + print "X-Bloublou: %s" % charset if charset: print 'MIME-Version: 1.0\nContent-Type: text/plain; charset=%s\nContent-Transfer-Encoding: 8bit' % charset print '''\