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

Fixed Issue #3830 mdbox format not working in mailboxes.

parent 8dcf975e
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ class page_action extends tform_actions { ...@@ -209,7 +209,7 @@ class page_action extends tform_actions {
// Set Maildir format // Set Maildir format
if ($this->id == 0) { if ($this->id == 0) {
$this->dataRecord['maildir_format'] = $sys_config['maildir_format']; $this->dataRecord['maildir_format'] = $mail_config['maildir_format'];
} }
else { else {
// restore Maildir format // restore Maildir format
......
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