# HG changeset patch # User Heiko Schlittermann # Date 1238053585 -3600 # Node ID ada2cfc3bb8649eb905a2af46fa25058c0684dcc # Parent bb1b17fee8c389d6e45a7e7b7c9f1c1dc514e9bf# Parent ae5ccba87bfc8e7e66114552f5fedd0538b74311 Automated merge with https://keller.schlittermann.de/hg/logbuch diff -r ae5ccba87bfc -r ada2cfc3bb86 debian/changelog --- 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 Tue, 24 Mar 2009 10:49:48 +0100 + logbuch (0.27-1) stable; urgency=low * new upstream diff -r ae5ccba87bfc -r ada2cfc3bb86 log.pl --- 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;