TF-3189 new option to enable/disable subaddressing for a personal folder
This commit is contained in:
committed by
Dat H. Pham
parent
f8f248fc3c
commit
89d80fe142
@@ -62,6 +62,10 @@ mixin MailboxWidgetMixin {
|
||||
MailboxActions.markAsRead,
|
||||
MailboxActions.move,
|
||||
MailboxActions.rename,
|
||||
if (mailbox.isSubaddressingAllowed)
|
||||
MailboxActions.disallowSubaddressing
|
||||
else
|
||||
MailboxActions.allowSubaddressing,
|
||||
if (mailbox.isSubscribedMailbox)
|
||||
MailboxActions.disableMailbox
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user