Roundcube Community Forum

SVN Releases => Requests => Topic started by: glyxkecks on July 05, 2006, 09:11:24 AM

Title: Different columns for "sent" folder ("to" instead of "from")
Post by: glyxkecks on July 05, 2006, 09:11:24 AM
It would be nice to configure different columns for the sent folder as it's the only folder I'm not interested in the "from"-field (as it's me) but I'm interested in the "to"-field (which I don't care of in the other folders).
Title: Re: Different columns for "sent" folder ("to" instead of "from")
Post by: flosoft on July 05, 2006, 03:42:04 PM
That has been changed.
Title: Re: Different columns for "sent" folder ("to" instead of "from")
Post by: gmichels on July 19, 2006, 02:26:25 PM
Quote from: flosoft That has been changed.

Could you ellaborate on this? I've just did a fresh install from svn (revision 276) and the sent folder has the "from" field, instead of the "to" field. Where/how can I change this?
Title: Re: Different columns for "sent" folder ("to" instead of "from")
Post by: bogg on July 22, 2006, 11:24:32 AM
Quote from: gmichels
Quote from: flosoft That has been changed.

Could you ellaborate on this? I've just did a fresh install from svn (revision 276) and the sent folder has the "from" field, instead of the "to" field. Where/how can I change this?

Atleast in Rev 280 it is the way you want it.

Title: Re: Different columns for "sent" folder ("to" instead of "from")
Post by: gmichels on September 25, 2006, 03:00:30 PM
Quote from: bogg Atleast in Rev 280 it is the way you want it.
It's been a while since this, but I am using rev 354 and I still can't get the sent items folder to display the to field instead of the from field. Am I missing anything? I have customized some settings such as field display order and special folders for sent, drafts, trash and junk, like this:

$rcmail_config['list_cols'] = array('from, 'subject', 'date', 'size');

$rcmail_config['drafts_mbox'] = 'Rascunhos';
$rcmail_config['junk_mbox'] = 'Spam';
$rcmail_config['sent_mbox'] = 'Enviados';
$rcmail_config['trash_mbox'] = 'Lixeira';

$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Enviados', 'Spam', 'Lixeira');

Any hints?

Thanks