Skip to content

Commit

Permalink
[mms] Fix updating message list in the hashtable cache driver when de…
Browse files Browse the repository at this point in the history
…leting.
  • Loading branch information
slusarz committed Jan 22, 2014
1 parent 0da82fb commit 94004db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function deleteMsgs($mailbox, $uids)
$this->_data[$mailbox][$val],
$this->_update[$mailbox]['u'][$val]
);
$this->_update[$mailbox]['d'][$k] = true;
$this->_update[$mailbox]['d'][$val] = true;
}

$this->_mbox[$mailbox]['u']->remove($uids);
Expand Down
4 changes: 2 additions & 2 deletions framework/Imap_Client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Fix updating message list in the hashtable cache driver when deleting.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -2128,7 +2128,7 @@
<date>2014-01-17</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
* [mms] Fix updating message list in the hashtable cache driver when deleting.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 94004db

Please sign in to comment.