Summary | Expunge does not refresh view |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/10/2013 (4351 days ago) |
Due | |
Updated | 08/13/2013 (4348 days ago) |
Assigned | |
Resolved | 08/12/2013 (4349 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 593233f913adaff5816c9596a889160d3ba87e77
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 12 16:36:25 2013 -0600
[mms] Fix returning list of expunged UIDs when expunging all
messages in a mailbox that doesn't support CONDSTORE (
Bug #12559)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/package.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/593233f913adaff5816c9596a889160d3ba87e77
The IMAP server is cyrus 2.3.16 without MODSEQ/CONDSTORE.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Expunge does not refresh view
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when using current git HEAD, expunging a deleted mail
does not refresh the folder view anymore (dynamic mode).
I have to change the folder or manually click
on "Refresh" to see the message vanish.
Cheers,
Thomas