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
@@ -17,7 +17,8 @@ extension MailboxExtension on Mailbox {
|
||||
unreadThreads: unreadThreads?.value.value.round(),
|
||||
myRights: myRights?.toMailboxRightsCache(),
|
||||
isSubscribed: isSubscribed?.value,
|
||||
namespace: namespace?.value
|
||||
namespace: namespace?.value,
|
||||
rights: rights?.map((key, value) => MapEntry(key, value)),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user