[evolution-ews] Bug #658453 Search in OAB doesn't work with Any field contains



commit d4c323e204b570f859c8e7bc254951f5877c51ab
Author: Punit Jain <jpunit novell com>
Date:   Fri Sep 9 15:42:19 2011 +0530

    Bug #658453 Search in OAB doesn't work with Any field contains

 src/addressbook/e-book-backend-ews-gal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-ews-gal.c b/src/addressbook/e-book-backend-ews-gal.c
index bf3a076..54b5d90 100644
--- a/src/addressbook/e-book-backend-ews-gal.c
+++ b/src/addressbook/e-book-backend-ews-gal.c
@@ -988,7 +988,7 @@ e_book_backend_ews_gal_load_source 	(EBookBackend *backend,
 		priv->attachment_dir = g_build_filename (cache_dir, "attachments", NULL);
 		g_mkdir_with_parents (priv->attachment_dir, 0777);
 
-		priv->ebsdb = e_book_backend_sqlitedb_new (cache_dir, email, priv->oal_id, priv->folder_name, FALSE, &err);
+		priv->ebsdb = e_book_backend_sqlitedb_new (cache_dir, email, priv->oal_id, priv->folder_name, TRUE, &err);
 		if (err) {
 			g_propagate_error (perror, err);
 			return;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]