![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi there,
I am trying out Roundcube, and would like to give a "thumbs up" to the developers. One thing I noted is that the webmail is only able to sort emails by the date/time. I would appreciate if the developers could also allow the emails to be sorted by the "Sender Name", "Subject" and the "Size" of the emails. If there is a way that it can be done through the codes, please do let me know as well. Thank you Regards, Emp |
|
#2
|
|||
|
|||
|
You can change how they are sorted in the main.inc.php file:
Code:
// default sort col $rcmail_config['message_sort_col'] = 'date'; |
|
#3
|
||||
|
||||
|
Well, in the SVN release, you are able to manually sort by subject, name ....
|
|
#4
|
|||
|
|||
|
Quote:
I simply commented this call out and sorting now working. I'll be looking at get_capability() to see what the problem is. |
|
#5
|
|||
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |