We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcf975 commit ef6e5d7Copy full SHA for ef6e5d7
interface/web/mail/mail_user_edit.php
@@ -209,7 +209,7 @@ function onSubmit() {
209
210
// Set Maildir format
211
if ($this->id == 0) {
212
- $this->dataRecord['maildir_format'] = $sys_config['maildir_format'];
+ $this->dataRecord['maildir_format'] = $mail_config['maildir_format'];
213
}
214
else {
215
// restore Maildir format
0 commit comments