[evolution-mapi] Bug #607524 - 'save as vcard' doesn't work.



commit e13bc373243193101275d0b3f96ef96c189b5538
Author: Bharath Acharya <abharath novell com>
Date:   Thu Jun 3 14:15:16 2010 +0530

    Bug #607524 - 'save as vcard' doesn't work.
    
    Fetch all known IDs. Part of the fix already committed before.

 src/addressbook/e-book-backend-mapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-mapi.c b/src/addressbook/e-book-backend-mapi.c
index 98a45f8..9fda579 100644
--- a/src/addressbook/e-book-backend-mapi.c
+++ b/src/addressbook/e-book-backend-mapi.c
@@ -1074,7 +1074,7 @@ e_book_backend_mapi_get_contact_list (EBookBackend *backend,
 			}
 
 			if (!exchange_mapi_connection_fetch_items (priv->conn, priv->fid, no_summary_search ? NULL : &res, NULL,
-								mapi_book_utils_get_prop_list, GET_SHORT_SUMMARY,
+								mapi_book_utils_get_prop_list, GET_ALL_KNOWN_IDS,
 								create_contact_list_cb, &vcard_str,
 								MAPI_OPTIONS_FETCH_ALL)) {
 				e_data_book_respond_get_contact_list (book, opid, GNOME_Evolution_Addressbook_OtherError, NULL);



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