2004-08-31 [colin] 0.9.12cvs85.1
authorColin Leroy <colin@colino.net>
Tue, 31 Aug 2004 15:07:47 +0000 (15:07 +0000)
committerColin Leroy <colin@colino.net>
Tue, 31 Aug 2004 15:07:47 +0000 (15:07 +0000)
* src/folder.c
Sync with HEAD

ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/folder.c

index dc30143472130fdb1eb1845009d2ae70897eaec2..41c82e9dab15521c782a9d7ac9e1d54ac57dd14c 100644 (file)
@@ -1,3 +1,8 @@
+2004-08-31 [colin]     0.9.12cvs85.1
+
+       * src/folder.c
+               Sync with HEAD
+
 2004-08-31 [colin]     0.9.12cvs84.4
 
        * src/summary_search.c
index e8bc2f653802b323b5f4f43362c94fca4b033bca..15995aa26cfe61f68ef60633eb7c5ec0d2454501 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.83.2.17 -r 1.83.2.18 src/mimeview.c; cvs diff -u -r 1.3.2.7 -r 1.3.2.8 src/prefs_themes.c; cvs diff -u -r 1.2.2.11 -r 1.2.2.12 src/gtk/filesel.c; cvs diff -u -r 1.1.4.2 -r 1.1.4.3 src/gtk/filesel.h; ) > 0.9.12cvs84.2.patchset
 ( cvs diff -u -r 1.382.2.46 -r 1.382.2.47 src/compose.c; cvs diff -u -r 1.96.2.17 -r 1.96.2.18 src/textview.c; ) > 0.9.12cvs84.3.patchset
 ( cvs diff -u -r 1.15.2.8 -r 1.15.2.9 src/summary_search.c; ) > 0.9.12cvs84.4.patchset
+( cvs diff -u -r 1.213.2.14 -r 1.213.2.15 src/folder.c; ) > 0.9.12cvs85.1.patchset
index 8322f1bfcbfb594567658b8083dab55eef56b138..93e0b9f8945278e1b221c4804988bf463d757832 100644 (file)
@@ -11,9 +11,9 @@ MINOR_VERSION=9
 MICRO_VERSION=12
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=84
+EXTRA_VERSION=85
 EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.4
+EXTRA_GTK2_VERSION=.1
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
index 8e56fb318b937d4bc4d9d747dd0175a1bcf1985d..43ee8a16cf0a85b949e665d4de5e5d6b536dc812 100644 (file)
@@ -2621,7 +2621,7 @@ static gint do_copy_msgs(FolderItem *dest, GSList *msglist, gboolean remove_sour
                 g_tuples_destroy(tuples);
 
                if (num >= 0) {
-                       MsgInfo *newmsginfo;
+                       MsgInfo *newmsginfo = NULL;
 
                        if (folderscan) {
                                if (msginfo->msgid != NULL) {