2012-10-10 [colin] 3.8.1cvs91
authorColin Leroy <colin@colino.net>
Wed, 10 Oct 2012 08:31:37 +0000 (08:31 +0000)
committerColin Leroy <colin@colino.net>
Wed, 10 Oct 2012 08:31:37 +0000 (08:31 +0000)
* src/procmsg.h
Make what the tags list contain more clear

ChangeLog
PATCHSETS
configure.ac
src/procmsg.h

index 4fde506bee2f401d56df5ee83efb55d06729c817..feda4db4d1878f30cb530b468b3ddabcd124e3ea 100644 (file)
--- 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
index ec617ad30a51c315b2ed85915895ae90441257be..cbee7632323fc98859ab9a0934fe6fba0e47ca9f 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( 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
index c8e22330d2cc8c259a1813ce3c6a17e9d77169a4..83ea84846d1c3e1c56d760745f18e653950a6e42 100644 (file)
@@ -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=
 
index e13f8e5327d04461744cc322e44f5cba6e2008e2..127be1d43d0e83d0b69ed78d93f7114e361d3f53 100644 (file)
@@ -231,6 +231,7 @@ struct _MsgInfo
        gint total_size;
        gint planned_download;
 
+       /* list of tags ids */
        GSList *tags;
 
        MsgInfoExtraData *extradata;