diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-08 09:51:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-08 09:51:39 +0000 |
| commit | e72a4f569bcef927fc4d218ef3e7c5e78b947064 (patch) | |
| tree | 726dd0e99d23f15d01367846dc689a10c5438509 /roundcubemail/program/include/rcube_imap.php | |
| parent | 0fe2e68316f28b53c2ee43f30cc1208a645324cc (diff) | |
- More documentation + cleanup
git-svn-id: https://svn.roundcube.net/trunk@5575 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_imap.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index 455cc32bd..df7b63185 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -2372,7 +2372,7 @@ class rcube_imap if (empty($uids)) return false; - $deleted = $this->conn->delete($mailbox, $uids); + $deleted = $this->conn->flag($mailbox, $uids, 'DELETED'); if ($deleted) { // send expunge command in order to have the deleted message |
