Author Topic: [0.2.stable] Not showing "if attachment"  (Read 3236 times)

Offline ajlorente

  • Newbie
  • *
  • Posts: 2
[0.2.stable] Not showing "if attachment"
« on: January 19, 2009, 03:53:03 PM »
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.

Offline Konishi

  • Newbie
  • *
  • Posts: 5
[0.2.stable] Not showing "if attachment"
« Reply #1 on: January 19, 2009, 05:35:37 PM »
Quote from: ajlorente;16515
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.


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.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
[0.2.stable] Not showing "if attachment"
« Reply #2 on: January 19, 2009, 11:50:15 PM »
As far as I know there was a change in the column definition. Check ...

Code: [Select]

// 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');  
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline ajlorente

  • Newbie
  • *
  • Posts: 2
[0.2.stable] Not showing "if attachment"
« Reply #3 on: January 20, 2009, 02:11:04 AM »
Thanks, for all.

Solved.