Ignore:
Timestamp:
Sep 15, 2011 9:34:32 AM (20 months ago)
Author:
alec
Message:
  • Unify flags usage, fix parse error from last commit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-mcache/roundcubemail/program/steps/mail/func.inc

    r5218 r5219  
    301301    if ($header->others['list-post']) 
    302302      $a_msg_flags['ml'] = 1; 
    303     // @TODO: change js/css scripts to use original flag names 
    304     if (empty($header->flags['SEEN'])) 
    305       $a_msg_flags['unread'] = 1; 
    306     if (!empty($header->flags['ANSWERED'])) 
    307       $a_msg_flags['replied'] = 1; 
    308303 
    309304    $a_msg_flags['ctype'] = Q($header->ctype); 
Note: See TracChangeset for help on using the changeset viewer.