Skip to content

Commit

Permalink
[mms] Fix updating viewport immediately after deleting messages on PO…
Browse files Browse the repository at this point in the history
…P3 servers.
  • Loading branch information
slusarz committed Aug 4, 2014
1 parent f5e88ac commit 6b338ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions imp/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v6.2.2-git
----------

[mms] Fix updating viewport immediately after deleting messages on POP3
servers.


------
Expand Down
2 changes: 1 addition & 1 deletion imp/lib/Mailbox.php
Expand Up @@ -1090,7 +1090,7 @@ public function hideDeletedMsgs($deleted = false)
global $prefs;

if (!$this->access_flags) {
return $this->is_imap;
return true;
}

if ($prefs->getValue('use_trash')) {
Expand Down
4 changes: 2 additions & 2 deletions imp/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [mms] Fix updating viewport immediately after deleting messages on POP3 servers.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -3721,7 +3721,7 @@
<date>2014-08-04</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [mms] Fix updating viewport immediately after deleting messages on POP3 servers.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 6b338ea

Please sign in to comment.