talons

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

commit c68c1827c899253b1532e8f66d9d791640e67e06
parent 71d3498c82b1a6d95031169b65511e19e12626bd
Author: Ricardo Mones <mones@claws-mail.org>
Date:   Wed, 24 Oct 2012 07:48:24 +0000

2012-10-24 [mones]	3.8.1cvs103

	* src/advsearch.c
		Trust on IMAP core on-line/off-line management
		Patch by Sean Buckheister

Diffstat:
MChangeLog | 6++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/advsearch.c | 4+---
4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2012-10-24 [mones] 3.8.1cvs103 + + * src/advsearch.c + Trust on IMAP core on-line/off-line management + Patch by Sean Buckheister + 2012-10-19 [paul] 3.8.1cvs102 * AUTHORS diff --git a/PATCHSETS b/PATCHSETS @@ -4477,3 +4477,4 @@ ( cvs diff -u -r 1.4.2.45 -r 1.4.2.46 src/common/ssl_certificate.c; ) > 3.8.1cvs100.patchset ( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 claws-mail.desktop; ) > 3.8.1cvs101.patchset ( cvs diff -u -r 1.100.2.84 -r 1.100.2.85 AUTHORS; cvs diff -u -r 1.23.2.39 -r 1.23.2.40 src/crash.c; cvs diff -u -r 1.1.2.80 -r 1.1.2.81 src/gtk/authors.h; ) > 3.8.1cvs102.patchset +( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/advsearch.c; ) > 3.8.1cvs103.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=102 +EXTRA_VERSION=103 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/advsearch.c b/src/advsearch.c @@ -487,9 +487,7 @@ static gboolean search_impl(MsgInfoList **messages, AdvancedSearch* search, MsgNumberList *msgnums = NULL; MsgNumberList *cur; MsgInfoList *msgs = NULL; - gboolean can_search_on_server = - folderItem->folder->klass->supports_server_search - && !prefs_common.work_offline; + gboolean can_search_on_server = folderItem->folder->klass->supports_server_search; if (!search_filter_folder(&msgnums, search, folderItem, can_search_on_server)) {