TF-3449 Setup Sender-set important flag in Setting View

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-20 02:11:28 +07:00
committed by Dat H. Pham
parent f40056ea99
commit d2ee165f49
41 changed files with 675 additions and 407 deletions
@@ -4555,4 +4555,32 @@ class AppLocalizations {
name: 'turnOffMarkAsImportant',
);
}
String get preferences {
return Intl.message(
'Preferences',
name: 'preferences',
);
}
String get senderSetImportantFlag {
return Intl.message(
'Sender-set important flag',
name: 'senderSetImportantFlag',
);
}
String get senderImportantSettingExplanation {
return Intl.message(
'Enables display of important emails flag in your inbox. This feature is controlled by the sender and thus could result in abuses.',
name: 'senderImportantSettingExplanation',
);
}
String get senderImportantSettingToggleDescription {
return Intl.message(
'Display sender-set important flag',
name: 'senderImportantSettingToggleDescription',
);
}
}