'name' => $GLOBALS['registry']->get('name', 'imp'),
'popup_height' => 610,
'popup_width' => 820,
- 'preview_pref' => $GLOBALS['prefs']->getValue('dimp_show_preview'),
+ 'preview_pref' => $GLOBALS['prefs']->getValue('dimp_show_preview') === true ? 'horiz' : $GLOBALS['prefs']->getValue('dimp_show_preview'),
'qsearchid' => IMP_Search::MBOX_PREFIX . IMP_Search::DIMP_QUICKSEARCH,
'qsearchfield' => $GLOBALS['prefs']->getValue('dimp_qsearch_field'),
'refresh_time' => intval($GLOBALS['prefs']->getValue('refresh_time')),