1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Unified inbox folders

This commit is contained in:
M66B 2018-12-03 09:04:32 +01:00
parent 3a7a181907
commit 36e6d34b54
2 changed files with 2 additions and 1 deletions

View file

@ -136,7 +136,7 @@ public class FragmentFolders extends FragmentEx {
// Observe account
if (account < 0)
setSubtitle(R.string.title_folder_unified);
setSubtitle(R.string.title_folders_unified);
else
db.account().liveAccount(account).observe(getViewLifecycleOwner(), new Observer<EntityAccount>() {
@Override

View file

@ -198,6 +198,7 @@
<string name="title_folder_user">User</string>
<string name="title_folder_primary">Folders primary account</string>
<string name="title_folder_thread">Conversation</string>
<string name="title_folders_unified">Unified inbox folders</string>
<string name="title_no_messages">No messages</string>
<string name="title_show_images">Show images</string>