Summary | Purging mailbox doesn't update the ajax view when not using cache |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 12/06/2009 (5687 days ago) |
Due | |
Updated | 12/07/2009 (5686 days ago) |
Assigned | 12/07/2009 (5686 days ago) |
Resolved | 12/07/2009 (5686 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
earlier, and if it fixes your issue than we will run with it.
Assigned to Michael Rubinsky
Need $s_res if $list_msgs is true as well.
Bug: 8752http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=d1868c5f6dc7b6f0eef2a6d1a73affa8a2d873dd&r2=b3a1e38ea1e60e466a4db24cb5de0a55edc3d1d0
other messages in the message list view after the deleted message,
then *those* are removed from the UI. If there are 2 deleted messages
that should be purged, then the last two messages in the mailbox list
are removed from the UI but the correct messages are purged from the
server, and refreshing the page shows the correct message list.
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Purging mailbox doesn't update the ajax view when not using cache
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
previously. If setting cache => false in servers.php, and not using a
trash folder, purging a mailbox correctly purges the messages on the
server, but does not update the ajax view.