[Commits] PATCHSETS 1.1.2.4534 1.1.2.4535 ChangeLog 1.396.2.3706 1.396.2.3707 configure.ac 1.654.2.4602 1.654.2.4603
colin at claws-mail.org
colin at claws-mail.org
Wed Nov 28 10:39:39 CET 2012
Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv12270
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2012-11-28 [colin] 3.9.0cvs26
* src/imap.c
* src/etpan/imap-thread.c
* src/etpan/imap-thread.h
Try locale's charset and UTF-7 on server-side
searches when UTF-8 fails. Also, don't even
mention a charset if searching for an ASCII
string.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4602
retrieving revision 1.654.2.4603
diff -u -d -r1.654.2.4602 -r1.654.2.4603
--- configure.ac 27 Nov 2012 10:22:35 -0000 1.654.2.4602
+++ configure.ac 28 Nov 2012 09:39:37 -0000 1.654.2.4603
@@ -12,7 +12,7 @@
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=25
+EXTRA_VERSION=26
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4534
retrieving revision 1.1.2.4535
diff -u -d -r1.1.2.4534 -r1.1.2.4535
--- PATCHSETS 27 Nov 2012 10:22:34 -0000 1.1.2.4534
+++ PATCHSETS 28 Nov 2012 09:39:36 -0000 1.1.2.4535
@@ -4523,3 +4523,4 @@
( cvs diff -u -r 1.1.4.12 -r 1.1.4.13 src/gtk/manage_window.c; ) > 3.9.0cvs23.patchset
( cvs diff -u -r 1.9.2.58 -r 1.9.2.59 src/common/ssl.c; ) > 3.9.0cvs24.patchset
( cvs diff -u -r 1.115.2.264 -r 1.115.2.265 src/main.c; ) > 3.9.0cvs25.patchset
+( cvs diff -u -r 1.179.2.268 -r 1.179.2.269 src/imap.c; cvs diff -u -r 1.1.4.126 -r 1.1.4.127 src/etpan/imap-thread.c; cvs diff -u -r 1.1.4.30 -r 1.1.4.31 src/etpan/imap-thread.h; ) > 3.9.0cvs26.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3706
retrieving revision 1.396.2.3707
diff -u -d -r1.396.2.3706 -r1.396.2.3707
--- ChangeLog 27 Nov 2012 10:22:34 -0000 1.396.2.3706
+++ ChangeLog 28 Nov 2012 09:39:36 -0000 1.396.2.3707
@@ -1,3 +1,13 @@
+2012-11-28 [colin] 3.9.0cvs26
+
+ * src/imap.c
+ * src/etpan/imap-thread.c
+ * src/etpan/imap-thread.h
+ Try locale's charset and UTF-7 on server-side
+ searches when UTF-8 fails. Also, don't even
+ mention a charset if searching for an ASCII
+ string.
+
2012-11-27 [colin] 3.9.0cvs25
* src/main.c
More information about the Commits
mailing list