Skip to content

Commit 26893d7

Browse files
committed
Allow searching on the mailbox login field
1 parent 333d13a commit 26893d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

interface/web/mail/form/mail_user.tform.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
'default' => '',
123123
'value' => '',
124124
'width' => '30',
125-
'maxlength' => '255'
125+
'maxlength' => '255',
126+
'searchable' => 2
126127
),
127128
'password' => array (
128129
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)