add more columns for custom-column selection (customer view)

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-15 18:39:36 +02:00
parent b12d9abaf2
commit 14d5c9da6c
5 changed files with 46 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ return [
'm.destination' => [
'label' => lng('emails.forwarders'),
'field' => 'destination',
// @todo formatting
'callback' => [Email::class, 'forwarderList'],
],
'm.popaccountid' => [
'label' => lng('emails.account'),