Re: [Evolution] Evolution Fedora 14 and Exchange server



I was having the same problem.  I just tried your suggestion, (Chris Kottaridis), rebuilt the evolution-mapi rpm & it worked like a charm.

Thanks a bunch!

--Wes

diff -Nur evolution-mapi-0.32.1/src/libexchangemapi/exchange-mapi-connection.c evolution-mapi-0.32.1-wes/src/libexchangemapi/exchange-mapi-connection.c
--- evolution-mapi-0.32.1/src/libexchangemapi/exchange-mapi-connection.c    2010-11-02 03:24:38.000000000 -0700
+++ evolution-mapi-0.32.1-wes/src/libexchangemapi/exchange-mapi-connection.c    2011-02-22 16:24:35.000000000 -0800
@@ -2956,7 +2956,7 @@
     }
 
     /* Get the hierarchy table */
-    ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications | TableFlags_UseUnicode, &row_count);
+    ms = GetHierarchyTable (&obj_folder, &obj_table, 0, &row_count);
     if (ms != MAPI_E_SUCCESS) {
         make_mapi_error (perror, "GetHierarchyTable", ms);
         result = FALSE;



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