Changeset 609d392 in github for program/steps/mail/list.inc


Ignore:
Timestamp:
Sep 18, 2011 5:02:35 AM (21 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
7b2bf71
Parents:
30f5055
Message:
  • Cache synchronization using QRESYNC/CONDSTORE
  • Fixed message ID updates in cache
  • Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
File:
1 edited

Legend:

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

    rf5e7b353 r609d392  
    5353 
    5454$mbox_name = $IMAP->get_mailbox_name(); 
     55 
     56// Synchronize mailbox cache, handle flag changes 
     57$IMAP->mailbox_sync($mbox_name); 
    5558 
    5659// initialize searching result if search_filter is used 
     
    117120// send response 
    118121$OUTPUT->send(); 
    119  
    120  
Note: See TracChangeset for help on using the changeset viewer.