Opened 7 years ago

Closed 5 years ago

Last modified 5 years ago

#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)

sent-list-bug-1484090.jpg (94.9 KB) - added by sandersans 7 years ago.
screenshot of problem - showing 'sender' in sent folder instead of 'recipient'
columnorderbug.jpg (40.1 KB) - added by lancey 5 years ago.

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by sandersans

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

comment:1 Changed 7 years ago by sandersans

  • Version changed from 0.1-beta to 0.1-beta2

comment:2 Changed 5 years ago by seansan

  • Milestone set to 0.1.1

review in 1.1

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.