Closes #5193 Appends ! to titlebar when using Y! Mail.
This commit is contained in:
parent
6d3c03b06a
commit
2a48511004
1 changed files with 3 additions and 0 deletions
|
|
@ -250,6 +250,9 @@ public class GearyController {
|
|||
delete_message.icon_name = "archive-insert";
|
||||
}
|
||||
|
||||
if (account.get_account_information().service_provider == Geary.ServiceProvider.YAHOO)
|
||||
main_window.title += "!";
|
||||
|
||||
main_window.folder_list.set_user_folders_root_name(account.get_user_folders_label());
|
||||
|
||||
main_window.show_all();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue