TF-1437 Handle search mailbox in destination picker
This commit is contained in:
@@ -5,4 +5,7 @@ extension ListPresentationMailboxExtension on List<PresentationMailbox> {
|
||||
|
||||
List<PresentationMailbox> get listSubscribedMailboxes =>
|
||||
where((mailbox) => mailbox.supportedSubscribe).toList();
|
||||
|
||||
List<PresentationMailbox> get listPersonalMailboxes =>
|
||||
where((mailbox) => mailbox.isPersonal).toList();
|
||||
}
|
||||
Reference in New Issue
Block a user