For example, I have multiple accounts using the Jolla Email app. Sometimes, while inside the folders view, I forget which account I am looking in, so I thought it would be helpful to have the account name showing instead of the word ‘Folders’.
Perhaps if there is only one account, then ‘Folders’ can remain as the header title.
Line 42:
/usr/share/jolla-email/pages/FolderListPage.qml
Change the title text from;
title: qsTrId("jolla-email-he-folder_list_title")
Change the title text to;
title: mailAccountListModel.displayNameFromAccountId(accountKey)
Far more useful than “Folders”, nice.