Skip to content

Commit 315cd64

Browse files
author
Till Brehm
committed
Missed to commit file for mdbox plugin.
1 parent 9bdcb11 commit 315cd64

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@
203203
'width' => '30',
204204
'maxlength' => '255'
205205
),
206+
'maildir_format' => array (
207+
'datatype' => 'VARCHAR',
208+
'formtype' => 'TEXT',
209+
'default' => '',
210+
'value' => '',
211+
'width' => '30',
212+
'maxlength' => '255'
213+
),
206214
'homedir' => array (
207215
'datatype' => 'VARCHAR',
208216
'formtype' => 'TEXT',

0 commit comments

Comments
 (0)