Hello.
Recently I upgraded roundcube from 0.2a to 0.2 stable. I realized that email list don't show if the mail has and attachment or not. At old versions you can see the flag for the importance of the mail and the attachment info. At 0.2 stable version I can only see and star ( I supposed for favourites ).
Is any manner to activate this info?
Thanks and sorry for my English.
AJ.
Quote from: ajlorente;16515Hello.
Recently I upgraded roundcube from 0.2a to 0.2 stable. I realized that email list don't show if the mail has and attachment or not. At old versions you can see the flag for the importance of the mail and the attachment info. At 0.2 stable version I can only see and star ( I supposed for favourites ).
Is any manner to activate this info?
Thanks and sorry for my English.
AJ.
I hadn't noticed, but you're absolutely right. I upgraded from 0.2a and I have this issue as well. This isn't a very critical feature, but it'd be nice to have it fixed if at all possible.
As far as I know there was a change in the column definition. Check ...
// These cols are shown in the message list. Available cols are:
// subject, from, to, cc, replyto, date, size, flag, attachment
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');
Thanks, for all.
Solved.