From 0feddfc7af993143f7a184f4f5d17f92abf8c150 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 30 Jul 2018 12:26:24 -0400 Subject: [PATCH] (web) Fix mailbox move action --- UI/MailerUI/product.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UI/MailerUI/product.plist b/UI/MailerUI/product.plist index 886585936..13584b75b 100644 --- a/UI/MailerUI/product.plist +++ b/UI/MailerUI/product.plist @@ -117,6 +117,11 @@ actionClass = "UIxMailFolderActions"; actionName = "renameFolder"; }; + move = { + protectedBy = "Change Images And Files"; + actionClass = "UIxMailFolderActions"; + actionName = "moveFolder"; + }; delete = { protectedBy = "View"; actionClass = "UIxMailFolderActions";