Changeset e70b3b2 in github
- Timestamp:
- Oct 9, 2008 2:25:43 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e3b7a37
- Parents:
- 132aae7
- File:
-
- 1 edited
-
program/steps/mail/mark.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/mark.inc
re189a6c re70b3b2 41 41 } 42 42 43 if ($marked != -1 )43 if ($marked != -1 && ($flag == 'SEEN' || $flag == 'UNSEEN')) 44 44 { 45 45 $mbox_name = $IMAP->get_mailbox_name(); 46 46 $OUTPUT->command('set_unread_count', $mbox_name, $IMAP->messagecount($mbox_name, 'UNSEEN'), ($mbox_name == 'INBOX')); 47 $OUTPUT->send();48 47 } 48 49 $OUTPUT->send(); 49 50 } 50 51
Note: See TracChangeset
for help on using the changeset viewer.
