[evolution-data-server/gnome-2-30] Bug 583791 (bnc) - User created contact list does not behave reliably



commit 18b1b42b6b638796aa032fb5d8ab98e2b7bb5a2a
Author: Bharath Acharya <abharath novell com>
Date:   Fri Apr 9 10:26:27 2010 +0530

    Bug 583791 (bnc) - User created contact list does not behave reliably
    
    We do not fetch the members of a list in GroupWise for autocompletion.
    Added an env variable to fetch all the members.

 .../backends/groupwise/e-book-backend-groupwise.c  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/backends/groupwise/e-book-backend-groupwise.c b/addressbook/backends/groupwise/e-book-backend-groupwise.c
index 3b006e3..2050a7c 100644
--- a/addressbook/backends/groupwise/e-book-backend-groupwise.c
+++ b/addressbook/backends/groupwise/e-book-backend-groupwise.c
@@ -2206,7 +2206,7 @@ book_view_thread (gpointer data)
 
 		filter = e_book_backend_groupwise_build_gw_filter (gwb, query, &is_auto_completion, &search_string);
 		view = "name email default members";
-		if (is_auto_completion)
+		if (is_auto_completion && !g_getenv ("AUTOCOMPLETE_EXPAND_CL"))
 			view = "name email";
 
 		if (search_string) {



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