TF-1715 Add favorite folder to mailbox left menu
This commit is contained in:
@@ -5359,4 +5359,11 @@ class AppLocalizations {
|
||||
name: 'moveFolderContentToastMessage',
|
||||
);
|
||||
}
|
||||
|
||||
String get favoriteMailboxDisplayName {
|
||||
return Intl.message(
|
||||
'Starred',
|
||||
name: 'favoriteMailboxDisplayName',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user