Skip to content

Commit ef6e5d7

Browse files
author
Till Brehm
committed
Fixed Issue #3830 mdbox format not working in mailboxes.
1 parent 8dcf975 commit ef6e5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/mail_user_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function onSubmit() {
209209

210210
// Set Maildir format
211211
if ($this->id == 0) {
212-
$this->dataRecord['maildir_format'] = $sys_config['maildir_format'];
212+
$this->dataRecord['maildir_format'] = $mail_config['maildir_format'];
213213
}
214214
else {
215215
// restore Maildir format

0 commit comments

Comments
 (0)