| Summary | Basic mode: Delete in message view fails for next messages | 
| Queue | IMP | 
| Queue Version | 6.1.3 | 
| Type | Bug | 
| State | Resolved | 
| Priority | 1. Low | 
| Owners | slusarz (at) horde (dot) org | 
| Requester | frank.richter (at) hrz (dot) tu-chemnitz (dot) de | 
| Created | 08/07/2013 (4468 days ago) | 
| Due | |
| Updated | 08/08/2013 (4467 days ago) | 
| Assigned | |
| Resolved | 08/08/2013 (4467 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No | 
Assigned to Michael Slusarz
State ⇒ Resolved
commit 3aef48b0050ee0472660af468cc6d8541db90641
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 7 23:10:06 2013 -0600
[mms] Fix updating message index when deleting a message in basic
message view (
Bug #12539).imp/docs/CHANGES | 2 ++
imp/lib/Basic/Message.php | 2 +-
imp/package.xml | 2 ++
3 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3aef48b0050ee0472660af468cc6d8541db90641
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Basic mode: Delete in message view fails for next messages
Type ⇒ Bug
State ⇒ Unconfirmed
another bug in basic mode, I think. I can reproduce it like this:
1) Click on a message in mailbox ->
https://server.../imp/basic.php?mailbox=SU5CT1g&buid=570486&page=message
-> message is shown
2) Click on Delete ->
https://server.../imp/basic.php?mailbox=SU5CT1g&buid=570486&page=message&message_token=...&start=2&actionID=delete_message
-> next message is shown
3) Click on Delete in this next message ->
https://server.../imp/basic.php?mailbox=SU5CT1g&buid=570486&page=message&message_token=...&start=3&actionID=delete_message
-> messages isn't (marked as) deleted, but shown again, only
message_token in URL changed
In 3) I would expect the message to be (marked as) deleted and the
next messages to be displayed.
No error is shown in browser, no error in the log file.
Thanks,
Frank