talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 43307fb8121931a36064476e7752783bd4a0137e
parent 8f63427c199ecd922f387c9e817dbdf9b4ca3272
Author: Colin Leroy <colin@colino.net>
Date:   Sun, 16 Dec 2012 19:55:12 +0000

2012-12-16 [colin]	3.9.0cvs49

	* src/messageview.c
		Add missing \n at end of the return receipt last part's headers.

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/messageview.c | 1+
4 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-16 [colin] 3.9.0cvs49 + + * src/messageview.c + Add missing \n at end of the return receipt last part's headers. + 2012-12-15 [paul] 3.9.0cvs48 * src/addrselect.c diff --git a/PATCHSETS b/PATCHSETS @@ -4546,3 +4546,4 @@ ( cvs diff -u -r 1.382.2.618 -r 1.382.2.619 src/compose.c; ) > 3.9.0cvs46.patchset ( cvs diff -u -r 1.12.2.78 -r 1.12.2.79 src/action.c; cvs diff -u -r 1.274.2.363 -r 1.274.2.364 src/mainwindow.c; ) > 3.9.0cvs47.patchset ( cvs diff -u -r 1.3.2.13 -r 1.3.2.14 src/addrselect.c; ) > 3.9.0cvs48.patchset +( cvs diff -u -r 1.94.2.241 -r 1.94.2.242 src/messageview.c; ) > 3.9.0cvs49.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=9 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=48 +EXTRA_VERSION=49 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/messageview.c b/src/messageview.c @@ -1056,6 +1056,7 @@ static gint disposition_notification_send(MsgInfo *msginfo) "\n" "--%s\n" "Content-Type: application/octet-stream\n" + "\n" "Reporting-UA: %s\n" "Original-Recipient: rfc822;%s\n" "Final-Recipient: rfc822;%s\n"