Changeset 4379bb3 in github


Ignore:
Timestamp:
Apr 8, 2007 9:20:54 AM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
d70ddea
Parents:
ba033ae
Message:

Fixed message moving procedure (closes #1484308)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.inc

    r0f23198 r4379bb3  
    13741374      $a_mids[] = $this->_uid2id($uid, $from_mbox); 
    13751375 
    1376     $moved = iil_C_Move($this->conn, join(',', $a_mids), $from_mbox, $to_mbox); 
     1376    $iil_move = iil_C_Move($this->conn, join(',', $a_mids), $from_mbox, $to_mbox); 
     1377    $moved = !($iil_move === false || $iil_move < 0); 
    13771378     
    13781379    // send expunge command in order to have the moved message 
Note: See TracChangeset for help on using the changeset viewer.