From e8d43d81f254f642959c3715b1ea8d0ad03ef39e Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 28 Jan 2009 10:58:38 +0000 Subject: [PATCH] * Fixes NB#97355, email is launched properly even though there are account data corruptions pmo-trunk-r7327 --- src/widgets/modest-account-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/modest-account-view.c b/src/widgets/modest-account-view.c index 0ce8caf..5408a61 100644 --- a/src/widgets/modest-account-view.c +++ b/src/widgets/modest-account-view.c @@ -251,6 +251,7 @@ update_account_view (ModestAccountMgr *account_mgr, ModestAccountView *view) settings = modest_account_mgr_load_account_settings (account_mgr, account_name); if (!settings) { g_printerr ("modest: failed to get account data for %s\n", account_name); + cursor = cursor->next; continue; } store_settings = modest_account_settings_get_store_settings (settings); -- 1.7.9.5