talons

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

commit 493257ede9dbf63c6e70365c1e84e2bd329f3165
parent 0783e98428e9c2da9ea71d444c41a706bd64aa8c
Author: Colin Leroy <colin@colino.net>
Date:   Wed, 10 Oct 2012 08:31:37 +0000

2012-10-10 [colin]	3.8.1cvs91

	* src/procmsg.h
		Make what the tags list contain more clear

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

diff --git 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 @@ -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 @@ -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 @@ -231,6 +231,7 @@ struct _MsgInfo gint total_size; gint planned_download; + /* list of tags ids */ GSList *tags; MsgInfoExtraData *extradata;