From fb02510f74620589ecd8a1873455e0fd48e1222a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 17 Mar 2011 09:54:37 +0100 Subject: Save account list when changing account after password prompt It was necessary to propagate the change into evolution-exchange, as found within bug #644644 --- mail/e-mail-session.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/e-mail-session.c') diff --git a/mail/e-mail-session.c b/mail/e-mail-session.c index e6afdc05b4..e701509a63 100644 --- a/mail/e-mail-session.c +++ b/mail/e-mail-session.c @@ -681,8 +681,10 @@ mail_session_get_password (CamelSession *session, g_free (title); - if (ret && config_service) + if (ret && config_service) { config_service->save_passwd = remember; + e_account_list_save (e_get_account_list ()); + } if (config_service) config_service->get_password_canceled = ret == NULL; -- cgit v1.2.3