diff options
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r-- | mail/mail-account-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index f33c026edf..2bba8944e6 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -2001,7 +2001,7 @@ mail_account_gui_save (MailAccountGui *gui) component, then get the CamelStore and add it to the shell storages */ if (is_storage && account->enabled) - mail_get_store (account->source->url, add_new_store, account); + mail_get_store (account->source->url, NULL, add_new_store, account); if (gtk_toggle_button_get_active (gui->default_account)) mail_config_set_default_account (account); |