From 450ef14a7e6eb249fd0ee42f7695c31337c1f03c Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 8 Jul 2004 13:18:06 +0000 Subject: [PATCH] sync with HEAD --- ChangeLog-gtk2.claws | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/common/smtp.h | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog-gtk2.claws b/ChangeLog-gtk2.claws index 5c27e2d3a..c7c40b23b 100644 --- a/ChangeLog-gtk2.claws +++ b/ChangeLog-gtk2.claws @@ -1,3 +1,8 @@ +2004-07-08 [colin] 0.9.11cvs17.15 + + * src/common/smtp.h + Sync with HEAD + 2004-07-08 [colin] 0.9.11cvs17.14 * src/messageview.c diff --git a/PATCHSETS b/PATCHSETS index 2f28f9f51..024d06964 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -8,3 +8,4 @@ ( cvs diff -u -r 1.11.2.1 -r 1.11.2.2 src/common/smtp.c; cvs diff -u -r 1.6 -r 1.7 src/common/smtp.h; ) > 0.9.11cvs17.12.patchset ( cvs diff -u -r 1.149.2.7 -r 1.149.2.8 src/inc.c; cvs diff -u -r 1.94.2.8 -r 1.94.2.9 src/messageview.c; cvs diff -u -r 1.56.2.4 -r 1.56.2.5 src/pop.c; cvs diff -u -r 1.17.2.3 -r 1.17.2.4 src/pop.h; cvs diff -u -r 1.150.2.4 -r 1.150.2.5 src/procmsg.c; ) > 0.9.11cvs17.13.patchset ( cvs diff -u -r 1.94.2.9 -r 1.94.2.11 src/messageview.c; cvs diff -u -r 1.11.2.2 -r 1.11.2.4 src/common/smtp.c; ) > 0.9.11cvs17.14.patchset +( cvs diff -u -r 1.6.2.1 -r 1.6.2.2 src/common/smtp.h; ) > 0.9.11cvs17.15.patchset diff --git a/configure.ac b/configure.ac index 7ebbfd3d6..4178534c9 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=11 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=17.14 +EXTRA_VERSION=17.15 EXTRA_RELEASE= if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then diff --git a/src/common/smtp.h b/src/common/smtp.h index 4212234a0..0cc70cec1 100644 --- a/src/common/smtp.h +++ b/src/common/smtp.h @@ -103,7 +103,7 @@ struct _SMTPSession guchar *send_data; guint send_data_len; - guint max_message_size; + gint max_message_size; SMTPAuthType avail_auth_type; SMTPAuthType forced_auth_type; -- 2.25.1