Bug 678609 - No suggested name for new mail account

This commit is contained in:
Matthew Barnes
2012-06-22 20:12:39 -04:00
parent e9b5561fd0
commit 922ca943bb

View File

@ -547,6 +547,9 @@ mail_config_summary_page_refresh (EMailConfigSummaryPage *page)
const gchar *extension_name;
const gchar *value;
value = e_source_get_display_name (source);
gtk_entry_set_text (priv->account_name_entry, value);
extension_name = E_SOURCE_EXTENSION_MAIL_IDENTITY;
extension = e_source_get_extension (source, extension_name);