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:
parent
3a7a181907
commit
36e6d34b54
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue