TF-3515 Add save email as template feature
This commit is contained in:
@@ -548,7 +548,8 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
EmailActionType.archiveMessage,
|
||||
if (PlatformInfo.isWeb && PlatformInfo.isCanvasKit)
|
||||
EmailActionType.downloadMessageAsEML,
|
||||
EmailActionType.editAsNewEmail,
|
||||
if (mailboxContain?.isTemplates == false)
|
||||
EmailActionType.editAsNewEmail,
|
||||
];
|
||||
|
||||
if (position == null) {
|
||||
|
||||
Reference in New Issue
Block a user