Ticket #1485179 (closed Bugs: fixed)
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
Note: See
TracTickets for help on using
tickets.
