Plesk Horde emails in inbox not showing
|
01-16-2014, 01:24 PM
Post: #1
|
|||
|
|||
Plesk Horde emails in inbox not showing
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: /usr/share/psa-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) { |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)