Skip to content
Snippets Groups Projects
Commit 315cd644 authored by Till Brehm's avatar Till Brehm
Browse files

Missed to commit file for mdbox plugin.

parent 9bdcb117
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,14 @@ $form["tabs"]['mailuser'] = array( ...@@ -203,6 +203,14 @@ $form["tabs"]['mailuser'] = array(
'width' => '30', 'width' => '30',
'maxlength' => '255' 'maxlength' => '255'
), ),
'maildir_format' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'default' => '',
'value' => '',
'width' => '30',
'maxlength' => '255'
),
'homedir' => array ( 'homedir' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'TEXT', 'formtype' => 'TEXT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment