Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262994
Collapse All | Expand All

(-)evolution-mapi-0.32.2/src/libexchangemapi/exchange-mapi-connection.c (-1 / +1 lines)
Lines 2961-2967 Link Here
2961
	}
2961
	}
2962
2962
2963
	/* Get the hierarchy table */
2963
	/* Get the hierarchy table */
2964
	ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications | TableFlags_UseUnicode, &row_count);
2964
	ms = GetHierarchyTable (&obj_folder, &obj_table, TableFlags_Depth | TableFlags_NoNotifications , &row_count);
2965
	if (ms != MAPI_E_SUCCESS) {
2965
	if (ms != MAPI_E_SUCCESS) {
2966
		make_mapi_error (perror, "GetHierarchyTable", ms);
2966
		make_mapi_error (perror, "GetHierarchyTable", ms);
2967
		result = FALSE;
2967
		result = FALSE;

Return to bug 262994