summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2013-12-08 21:42:11 +0100
committerMartin Quinson <martin.quinson@loria.fr>2013-12-08 21:45:00 +0100
commitaf7cd32d1843791a942febbd5f8e14a471e0772d (patch)
tree280e111f0903744866fdce3e14e2cc79f575b401
parentf12f816ad8d9c03ad3ef7f4cca3a40da3850ad5c (diff)
downloadquilt-af7cd32d1843791a942febbd5f8e14a471e0772d.tar.gz
Add some missing MIME headers (MIME-Version, Content-Type)
This closes the bug #21114 on Savannah.
-rw-r--r--quilt.changes4
-rw-r--r--quilt/mail.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index a21c240..7da99aa 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -3,7 +3,9 @@ Sun Dec 8 10:46:10 CET 2013 - mquinson@debian.org
- quilt/mail.in: accept recipents that have no full name along with
the email. Thanks to Christoph Lameter for the detailed bug report.
-- doc/quilt.1.in: document QUILT_COLOR
+- quilt/mail.in: Add missing MIME headers (MIME-Version, Content-Type)
+ (this closes the bug #21114 on Savannah)
+- doc/quilt.1.in: document QUILT_COLOR (closes #32093 on Savannah)
-------------------------------------------------------------------
Mon Sep 30 14:21:45 CEST 2013 - jdelvare@suse.de
diff --git a/quilt/mail.in b/quilt/mail.in
index 8e84433..8b682d5 100644
--- a/quilt/mail.in
+++ b/quilt/mail.in
@@ -621,6 +621,8 @@ for patch in "${patches[@]}"; do
{ print }
' $introduction
references_header $introduction
+ echo "MIME-Version: 1.0"
+ echo "Content-Type: text/plain; charset=$opt_charset"
echo "Content-Disposition: inline; filename=$patch"
awk '
kill_header { if (/^[ \t]/) next ; kill_header = 0 }