• 1-888-289-2246
  • 24x7x365 Presence

Horde webmail "There are no messages in this mailbox" when there are


Horde webmail may encounter a problem with displaying emails in the inbox – “There are no messages in this mailbox” when in fact emails are there.

We can fix this issue by editing this file:

/hsphere/shared/apache2/htdocs/horde/imp/lib/IMP.php

We have to add these lines:

/* check for empty direction */
if ($ob[‘dir’] === “”) {
$ob[‘dir’] = $GLOBALS[‘prefs’]->getValue(‘sortdir’);
}

Just before:

/* Can’t do threaded searches in search mailboxes. */
if (!IMP::threadSortAvailable($mbox)) {
if ($ob[‘by’] == SORTTHREAD) {

]]>


Leave a Reply

Your email address will not be published. Required fields are marked *