const MAILBOX_START_FIRSTPAGE = 3;
const MAILBOX_START_LASTPAGE = 4;
- /* IMP internaltring used to separate indexes. */
- const IDX_SEP = "\0";
+ /* IMP internal string used to separate indexes. */
+ const IDX_SEP = '\0';
/* Are we currently in "print" mode? */
static public $printMode = false;
'preview' => '',
'status' => '',
'size' => htmlspecialchars($imp_ui->getSize($ob['size'])),
- 'uid' => htmlspecialchars($ob['uid'] . IMP::IDX_SEP . $ob['mailbox']),
+ 'uid' => $ob['uid'] . IMP::IDX_SEP . htmlspecialchars($ob['mailbox']),
);
/* Since this value will be used for an ID element, it cannot contain