RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > 0.1 Beta 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 06-29-2006, 07:32 AM
Emp Emp is offline
Registered User
 
Join Date: Jun 2006
Posts: 0
Downloads: 0
Uploads: 0
Default Sort By Subject, Sender, or Size

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-29-2006, 04:23 PM
Registered User
 
Join Date: Jun 2006
Posts: 19
Downloads: 0
Uploads: 0
Default Re: Sort By Subject, Sender, or Size

You can change how they are sorted in the main.inc.php file:

Code:
// default sort col
$rcmail_config['message_sort_col'] = 'date';
I believe this is installation-wide though, and not individual user configureable. I agree that it would be nice to be able to click the column header to sort.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-29-2006, 04:25 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Sort By Subject, Sender, or Size

Well, in the SVN release, you are able to manually sort by subject, name ....
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 11-27-2006, 06:39 PM
syc syc is offline
Registered User
 
Join Date: Nov 2006
Posts: 14
Downloads: 0
Uploads: 0
Default Re: Sort By Subject, Sender, or Size

Quote:
Originally Posted by flosoft
Well, in the SVN release, you are able to manually sort by subject, name ....
I checked this in func.inc in the program/steps/mail folder and found that $IMAP->get_capability('sort') was failing.

I simply commented this call out and sorting now working.

I'll be looking at get_capability() to see what the problem is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 11-27-2006, 09:30 PM
Registered User
 
Join Date: Aug 2006
Posts: 57
Downloads: 0
Uploads: 0
Default Re: Sort By Subject, Sender, or Size

Quote:
Originally Posted by syc
Quote:
Originally Posted by flosoft
Well, in the SVN release, you are able to manually sort by subject, name ....
I checked this in func.inc in the program/steps/mail folder and found that $IMAP->get_capability('sort') was failing.

I simply commented this call out and sorting now working.

I'll be looking at get_capability() to see what the problem is.
Does your IMAP server have the "SORT" capability? Is that the failure - or is it that the get_capability() is not picking up the response correctly? The SORT function (server side sorting) is very powerful and really speeds things up tremendously - but not all IMAP servers support it properly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 07:09 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community