From: Colin Leroy Date: Wed, 10 Oct 2012 08:31:37 +0000 (+0000) Subject: 2012-10-10 [colin] 3.8.1cvs91 X-Git-Tag: REL_3_9_0~33 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=493257ede9dbf63c6e70365c1e84e2bd329f3165 2012-10-10 [colin] 3.8.1cvs91 * src/procmsg.h Make what the tags list contain more clear --- diff --git a/ChangeLog b/ChangeLog index 4fde506be..feda4db4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-10 [colin] 3.8.1cvs91 + + * src/procmsg.h + Make what the tags list contain more clear + 2012-10-10 [colin] 3.8.1cvs90 * src/inc.c diff --git a/PATCHSETS b/PATCHSETS index ec617ad30..cbee76323 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -4465,3 +4465,4 @@ ( cvs diff -u -r 1.382.2.614 -r 1.382.2.615 src/compose.c; ) > 3.8.1cvs88.patchset ( cvs diff -u -r 1.4.2.10 -r 1.4.2.11 autogen.sh; ) > 3.8.1cvs89.patchset ( cvs diff -u -r 1.149.2.111 -r 1.149.2.112 src/inc.c; cvs diff -u -r 1.28.2.53 -r 1.28.2.54 src/mbox.c; cvs diff -u -r 1.11.2.32 -r 1.11.2.33 src/common/smtp.c; cvs diff -u -r 1.6.2.21 -r 1.6.2.22 src/common/smtp.h; ) > 3.8.1cvs90.patchset +( cvs diff -u -r 1.60.2.65 -r 1.60.2.66 src/procmsg.h; ) > 3.8.1cvs91.patchset diff --git a/configure.ac b/configure.ac index c8e22330d..83ea84846 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=90 +EXTRA_VERSION=91 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/procmsg.h b/src/procmsg.h index e13f8e532..127be1d43 100644 --- a/src/procmsg.h +++ b/src/procmsg.h @@ -231,6 +231,7 @@ struct _MsgInfo gint total_size; gint planned_download; + /* list of tags ids */ GSList *tags; MsgInfoExtraData *extradata;