allow empty value for Maildir-directory-suffix, fixes #1219

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-05-24 15:42:19 +02:00
parent fedb513c29
commit dee238d6bd

View File

@@ -58,6 +58,7 @@ return array(
'type' => 'string',
'string_type' => 'dir',
'default' => 'Maildir',
'string_emptyallowed' => true,
'save_method' => 'storeSettingField',
),
'panel_sendalternativemail' => array(