TF-2520 Implement print email in email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -3812,4 +3812,11 @@ class AppLocalizations {
|
||||
'Print all',
|
||||
name: 'printAll');
|
||||
}
|
||||
|
||||
String get replyToEmailAddressPrefix {
|
||||
return Intl.message(
|
||||
'Reply-To',
|
||||
name: 'replyToEmailAddressPrefix',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user