talons

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

commit e8ad1f4d7c84b3f6624ad69ab4d45c6ea7bd488f
parent ac5282d2952fb428d6b08b3a5042b4116ef3f4cb
Author: Colin Leroy <colin@colino.net>
Date:   Fri,  9 Nov 2012 08:29:21 +0000

2012-11-09 [colin]	3.8.1cvs117

	* src/etpan/imap-thread.c
		Specify search charset. Thanks to Aleksei Miheev

Diffstat:
MChangeLog | 5+++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/etpan/imap-thread.c | 2+-
4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,8 @@ +2012-11-09 [colin] 3.8.1cvs117 + + * src/etpan/imap-thread.c + Specify search charset. Thanks to Aleksei Miheev + 2012-11-08 [colin] 3.8.1cvs116 * src/common/socket.c diff --git a/PATCHSETS b/PATCHSETS @@ -4491,3 +4491,4 @@ ( cvs diff -u -r 1.1.2.118 -r 1.1.2.119 src/gtk/quicksearch.c; ) > 3.8.1cvs114.patchset ( cvs diff -u -r 1.1.2.74 -r 1.1.2.75 src/plugins/pgpcore/sgpgme.c; ) > 3.8.1cvs115.patchset ( cvs diff -u -r 1.13.2.50 -r 1.13.2.51 src/common/socket.c; cvs diff -u -r 1.5.2.104 -r 1.5.2.105 src/gtk/gtkutils.c; ) > 3.8.1cvs116.patchset +( cvs diff -u -r 1.1.4.123 -r 1.1.4.124 src/etpan/imap-thread.c; ) > 3.8.1cvs117.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=116 +EXTRA_VERSION=117 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/etpan/imap-thread.c b/src/etpan/imap-thread.c @@ -1653,7 +1653,7 @@ static void search_run(struct etpan_thread_op * op) } else { mailstream_logger = imap_logger_uid; - r = mailimap_uid_search(param->imap, NULL, key, &search_result); + r = mailimap_uid_search(param->imap, "UTF-8", key, &search_result); mailstream_logger = imap_logger_cmd;