diff options
Diffstat (limited to 'plugins/exchange-operations/exchange-calendar.c')
-rw-r--r-- | plugins/exchange-operations/exchange-calendar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index d078089910..ab3726d990 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -84,6 +84,7 @@ e_exchange_calendar_get_calendars (ECalSourceType *ftype) calendar_list = g_ptr_array_new (); + exchange_account_rescan_tree (account); folder_array = exchange_account_get_folders (account); for (i=0; i<folder_array->len; ++i) { |