Changeset f5480da in github
- Timestamp:
- Jul 1, 2008 7:29:41 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a80cd27
- Parents:
- e6e5c60a
- File:
-
- 1 edited
-
config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
r67effe9 rf5480da 92 92 93 93 // these cols are shown in the message list 94 // available cols are: subject, from, to, cc, replyto, date, size, encoding 95 $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size' );94 // available cols are: subject, from, to, cc, replyto, date, size, encoding, flag 95 $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag'); 96 96 97 97 // includes should be interpreted as PHP files
Note: See TracChangeset
for help on using the changeset viewer.
