RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-04-2006, 11:49 PM
Registered User
 
Join Date: Oct 2006
Posts: 11
Downloads: 0
Uploads: 0
Default mesgs disaply option

Hello,

It would be great if you add the ability for the users and the options for the admin to choose how msgs displayed.

For example:
now it's : Subject Sender Name Date Size

I would like it to have it in this order:

Sender Name Subject Date Size

Best Regards,

-Arabian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-25-2006, 11:05 AM
Registered User
 
Join Date: Oct 2006
Posts: 7
Downloads: 0
Uploads: 0
Send a message via ICQ to KingOfN00bz Send a message via MSN to KingOfN00bz Send a message via Yahoo to KingOfN00bz
Default Re: mesgs disaply option

in config/main.inc.php

search for

Code:
// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
in the following line

Code:
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
define your preferred order, in your case

Code:
$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size');
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 10:31 PM.


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