![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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).
|
|
#2
|
||||
|
||||
|
That has been changed.
|
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
Code:
$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');
Thanks |
![]() |
| 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 |