Changeset 4379bb3 in github
- Timestamp:
- Apr 8, 2007 9:20:54 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d70ddea
- Parents:
- ba033ae
- File:
-
- 1 edited
-
program/include/rcube_imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.inc
r0f23198 r4379bb3 1374 1374 $a_mids[] = $this->_uid2id($uid, $from_mbox); 1375 1375 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); 1377 1378 1378 1379 // send expunge command in order to have the moved message
Note: See TracChangeset
for help on using the changeset viewer.
