#1484090 closed Bugs (fixed)
"To" column in sent and draft mailboxes when column order changed in main.inc.php
| Reported by: | sandersans | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | Client Scripts | Version: | 0.1-beta2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
If you change the following line in main.inc.php from:
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
To this (simply swapping 'subject' and 'from' so 'from' is the first column in the list display:
$rcmail_config['list_cols'] = array('from', 'subject', 'date', 'size');
then the 'to' column is not displayed when viewing the drafts and sent folders. Instead the 'from' column is still displayed.
Attachments (2)
Change History (7)
Changed 7 years ago by sandersans
comment:1 Changed 7 years ago by sandersans
- Version changed from 0.1-beta to 0.1-beta2
Changed 5 years ago by lancey
comment:3 Changed 5 years ago by lancey
this bug does not exist anymore in SVN v1102
comment:4 Changed 5 years ago by yllar
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 5 years ago by till
- Milestone changed from 0.1.1 to 0.1-stable
Note: See
TracTickets for help on using
tickets.

screenshot of problem - showing 'sender' in sent folder instead of 'recipient'