Author Topic: Different columns for "sent" folder ("to" instead of "from")  (Read 8257 times)

Offline glyxkecks

  • Newbie
  • *
  • Posts: 9
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).

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Different columns for "sent" folder ("to" instead of "from")
« Reply #1 on: July 05, 2006, 03:42:04 PM »
That has been changed.

Offline gmichels

  • Newbie
  • *
  • Posts: 5
Re: Different columns for "sent" folder ("to" instead of "from")
« Reply #2 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?

Offline bogg

  • Jr. Member
  • **
  • Posts: 15
Re: Different columns for "sent" folder ("to" instead of "from")
« Reply #3 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.


Offline gmichels

  • Newbie
  • *
  • Posts: 5
Re: Different columns for "sent" folder ("to" instead of "from")
« Reply #4 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:

Code: [Select]
$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