Automated merge with https://keller.schlittermann.de/hg/logbuch
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 26 Mar 2009 08:46:25 +0100
changeset 17 ada2cfc3bb86
parent 16 bb1b17fee8c3 (diff)
parent 15 ae5ccba87bfc (current diff)
child 18 9032fd09c274
Automated merge with https://keller.schlittermann.de/hg/logbuch
--- a/debian/changelog	Mon Mar 23 13:02:07 2009 +0100
+++ b/debian/changelog	Thu Mar 26 08:46:25 2009 +0100
@@ -1,3 +1,10 @@
+logbuch (0.28-1) stable; urgency=low
+
+  * new upstream
+  * add mail header Content-Type and Content-Transfer-Encoding
+
+ -- Christian Arnold <arnold@schlittermann.de>  Tue, 24 Mar 2009 10:49:48 +0100
+
 logbuch (0.27-1) stable; urgency=low
 
   * new upstream
--- a/log.pl	Mon Mar 23 13:02:07 2009 +0100
+++ b/log.pl	Thu Mar 26 08:46:25 2009 +0100
@@ -222,6 +222,8 @@
 	    $subject =~ s/\n(.)/\n\t$1/g;
 
 	    $mailer->open({
+		"Content-Type" => "text/plain; charset=utf-8",
+		"Content-Transfer-Encoding" => "8bit",
 		"To" => $mailto,
 		"Subject" => $subject});
 	    print $mailer $head, "\n", $text;