diff options
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r-- | mail/em-folder-tree-model.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index a5c5330800..478481b144 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -381,7 +381,8 @@ account_changed (EAccountList *accounts, EAccount *account, gpointer user_data) em_folder_tree_model_remove_store (model, si->store); - if (!(uri = account->source->url)) + /* check if store needs to be added at all*/ + if (!account->enabled ||!(uri = account->source->url)) return; camel_exception_init (&ex); |