TF-1427 Handle show mailbox in search mailbox view

This commit is contained in:
dab246
2023-02-10 03:59:58 +07:00
committed by Dat Vu
parent 85a74039f6
commit b0273711ee
19 changed files with 766 additions and 441 deletions
@@ -2792,4 +2792,17 @@ class AppLocalizations {
name: 'searchForMailboxes'
);
}
String get showMailbox {
return Intl.message(
'Show mailbox',
name: 'showMailbox'
);
}
String get toastMessageShowMailboxSuccess {
return Intl.message(
'This mailbox is already displayed in your primary mailbox',
name: 'toastMessageShowMailboxSuccess');
}
}