Skip to content

Commit

Permalink
This is not a boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 24, 2014
1 parent 59bfa5f commit 9e71b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/bin/horde-import-openxchange-prefs
Expand Up @@ -115,7 +115,7 @@ $prefsMap = array(
return array('trash_folder', str_replace('default0/', $v));
},
'modules/mail/forwardmessage' => function($v) {
return array('forward_default' => $v ? 'attach' : 'body');
return array('forward_default' => $v == 'Inline' ? 'body' : 'attach');
},
'modules/mail/inlineattachments' => function($v) {
return array('alternative_display' => $v ? 'html' : 'text');
Expand Down

0 comments on commit 9e71b67

Please sign in to comment.