We have an issue that popped up recently. When a user sorts their webmail in any way, the folder then says: "There are no messages in this mailbox"
We can go into the user in SQL DB and reset their sorting, then it works again, but only until they sort again.
We have tried the: IMAP_DISABLETHREADSORT=1
(doesn't work)
We have tried the:
/* check for empty direction */
if ($ob['dir'] === "") {
$ob['dir'] = $GLOBALS['prefs']->getValue('sortdir');
}
(doesn't work)
Are there any permanant solutions to this problem?
We can go into the user in SQL DB and reset their sorting, then it works again, but only until they sort again.
We have tried the: IMAP_DISABLETHREADSORT=1
(doesn't work)
We have tried the:
/* check for empty direction */
if ($ob['dir'] === "") {
$ob['dir'] = $GLOBALS['prefs']->getValue('sortdir');
}
(doesn't work)
Are there any permanant solutions to this problem?