Ticket #1485179 (closed Bugs: fixed)

Opened 4 months ago

Last modified 4 months ago

change to config file missing from rev1580

Reported by: JohnDoh Owned by:
Priority: 5 Milestone: 0.2-beta
Component: User Interface Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

i think this change is missing an update to config/main.inc.php.dist (or atleast some instructions).

  // these cols are shown in the message list
  // available cols are: subject, from, to, cc, replyto, date, size, encoding
- $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size');
+ $rcmail_config['list_cols'] = array('flag', 'subject', 'from', 'date', 'size');

without this the flag/unflag option is available in the interface but there is no flag column in the message table which doesnt make much sense.

sorry for opening a new ticket but it wouldnt let me reopen the original (#1484623)

Change History

Changed 4 months ago by alec

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from later to 0.2-beta

Fixed in r1584.

Note: See TracTickets for help on using tickets.