svncommit
2009-03-09 93adb3fc1b743f80859a5902694d06e7ceecdb59
Fixed check-recent [richs]

2 files modified
3 ■■■■ changed files
index.php 1 ●●●● patch | view | raw | blame | history
program/steps/mail/check_recent.inc 2 ●●● patch | view | raw | blame | history
index.php
@@ -183,6 +183,7 @@
    'remove-attachment'  => 'attachments.inc',
    'display-attachment' => 'attachments.inc',
    'upload' => 'attachments.inc',
    'check-recent' => 'check_recent.inc',
  ),
  
  'addressbook' => array(
program/steps/mail/check_recent.inc
@@ -66,7 +66,7 @@
      }
    }
  }
  else if ($IMAP->messagecount($mbox_name, 'RECENT', $check_all)) {
  else if ($IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) {
    $OUTPUT->command('set_unread_count', $mbox_name, $IMAP->messagecount($mbox_name, 'UNSEEN', $check_all));
  }
}