| Previous topic :: Next topic |
| Author |
Message |
gwizz
Joined: 07 Apr 2008
Posts: 4
|
| Posted: Mon Apr 07, 2008 4:19 am Post subject: Sort by date & capitialized subject and from fields |
|
|
Hi There,
Has anyone had trouble with sorting the messages correctly by date? It does it for some messages and then for others it doesn't.
The other thing I can't figure out how to fix is the subject and the from field for each message is capitalized. Anyone have any luck fixing this one?
Thanks. |
|
| Back to top |
|
gwizz
Joined: 07 Apr 2008
Posts: 4
|
| Posted: Mon Apr 07, 2008 6:07 am Post subject: Sort by date & capitialized subject and from fields |
|
|
Found out how to remove capitalization.
In ListView.php, comment out these lines i.e.:
//$val->from = utf8_decode(utf8_encode(imap_utf8(addslashes($val->from))));
//$val->to = utf8_decode(utf8_encode(imap_utf8(addslashes($val->to))));
//$val->subject = utf8_decode(utf8_encode(imap_utf8($val->subject))); |
|
| Back to top |
|
| |