[Commits] PATCHSETS 1.1.2.4516 1.1.2.4517 ChangeLog 1.396.2.3687 1.396.2.3688 configure.ac 1.654.2.4584 1.654.2.4585

colin at claws-mail.org colin at claws-mail.org
Fri Nov 16 14:10:09 CET 2012


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv15390

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2012-11-16 [colin]	3.9.0cvs8

	* src/advsearch.c
		Fix missing initialisation of bool_and which could
		lead to From/To/Subject/Tag searches searching with
		binary and.
		Also clean up tag expansion. No need to create a
		matcher string and re-parse it.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4584
retrieving revision 1.654.2.4585
diff -u -d -r1.654.2.4584 -r1.654.2.4585
--- configure.ac	16 Nov 2012 07:27:33 -0000	1.654.2.4584
+++ configure.ac	16 Nov 2012 13:10:06 -0000	1.654.2.4585
@@ -12,7 +12,7 @@
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=7
+EXTRA_VERSION=8
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4516
retrieving revision 1.1.2.4517
diff -u -d -r1.1.2.4516 -r1.1.2.4517
--- PATCHSETS	16 Nov 2012 07:27:33 -0000	1.1.2.4516
+++ PATCHSETS	16 Nov 2012 13:10:05 -0000	1.1.2.4517
@@ -4505,3 +4505,4 @@
 ( cvs diff -u -r 1.115.2.261 -r 1.115.2.262 src/main.c;  cvs diff -u -r 1.5.2.33 -r 1.5.2.34 src/statusbar.c;  cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/gtk/gtkcmclist.c;  cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/gtk/gtkcmclist.h;  ) > 3.9.0cvs5.patchset
 ( cvs diff -u -r 1.395.2.457 -r 1.395.2.458 src/summaryview.c;  ) > 3.9.0cvs6.patchset
 ( cvs diff -u -r 1.58.2.51 -r 1.58.2.52 po/de.po;  ) > 3.9.0cvs7.patchset
+( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/advsearch.c;  ) > 3.9.0cvs8.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3687
retrieving revision 1.396.2.3688
diff -u -d -r1.396.2.3687 -r1.396.2.3688
--- ChangeLog	16 Nov 2012 07:27:32 -0000	1.396.2.3687
+++ ChangeLog	16 Nov 2012 13:10:05 -0000	1.396.2.3688
@@ -1,3 +1,12 @@
+2012-11-16 [colin]	3.9.0cvs8
+
+	* src/advsearch.c
+		Fix missing initialisation of bool_and which could
+		lead to From/To/Subject/Tag searches searching with
+		binary and.
+		Also clean up tag expansion. No need to create a
+		matcher string and re-parse it.
+
 2012-11-16 [paul]	3.9.0cvs7
 
 	* po/de.po



More information about the Commits mailing list