Changeset 5219 in subversion for branches/devel-mcache/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Sep 15, 2011 9:34:32 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-mcache/roundcubemail/program/steps/mail/func.inc
r5218 r5219 301 301 if ($header->others['list-post']) 302 302 $a_msg_flags['ml'] = 1; 303 // @TODO: change js/css scripts to use original flag names304 if (empty($header->flags['SEEN']))305 $a_msg_flags['unread'] = 1;306 if (!empty($header->flags['ANSWERED']))307 $a_msg_flags['replied'] = 1;308 303 309 304 $a_msg_flags['ctype'] = Q($header->ctype);
Note: See TracChangeset
for help on using the changeset viewer.
