Changeset a31c874 in github


Ignore:
Timestamp:
May 5, 2006 1:28:21 PM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
ec9515b
Parents:
e886c1e
Message:

Removed ob_flush() because useless and buggy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/getunread.inc

    rc030955 ra31c874  
    3030    $commands = sprintf("this.set_unread_count('%s', %d);\n", $mbox, $IMAP->messagecount($mbox, 'UNSEEN')); 
    3131    rcube_remote_response($commands, TRUE); 
    32     ob_flush(); 
    3332    } 
    3433  } 
Note: See TracChangeset for help on using the changeset viewer.