Login to Members Area

Choose the service you want to log in
     
24x7x365 Presence
1-888-289-2246
Live Chat

Hosting Blog

 

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) {

Abhishek Friday 30 August 2013 - 09:55 am | | Default
Used tags: , , , ,

No comments

(optional field)
(optional field)

Comment moderation is enabled on this site. This means that your comment will not be visible until it has been approved by an editor.

Remember personal info?
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.