evolution-exchange r1720 - in trunk: . camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-exchange r1720 - in trunk: . camel
- Date: Tue, 5 Aug 2008 05:20:16 +0000 (UTC)
Author: sragavan
Date: Tue Aug 5 05:20:16 2008
New Revision: 1720
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1720&view=rev
Log:
2008-08-05 Srinivasa Ragavan <sragavan novell com>
* camel/camel-exchange-folder.c (search_by_expression): Don't mimic.
Give the same results from search.
Modified:
trunk/ChangeLog
trunk/camel/camel-exchange-folder.c
Modified: trunk/camel/camel-exchange-folder.c
==============================================================================
--- trunk/camel/camel-exchange-folder.c (original)
+++ trunk/camel/camel-exchange-folder.c Tue Aug 5 05:20:16 2008
@@ -472,14 +472,6 @@
camel_folder_search_set_folder (search, folder);
matches = camel_folder_search_search (search, expression, NULL, ex);
- if (matches) {
- response = g_ptr_array_new ();
- for (i = 0; i < matches->len; i++)
- g_ptr_array_add (response, g_strdup (matches->pdata[i]));
- camel_folder_search_free_result (search, matches);
- } else
- response = NULL;
-
camel_object_unref (CAMEL_OBJECT (search));
return response;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]