[Tickets #11821] Re: Selecting more than one message checkbox ignores all but the first message
bugs at horde.org
bugs at horde.org
Thu Dec 6 00:59:00 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11821
------------------------------------------------------------------------------
Ticket | 11821
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Selecting more than one message checkbox ignores all
| but the first message
Queue | IMP
Version | 6.0.2
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2012-12-05 17:58) wrote:
> Thanks for your quick reply. Can you provide some direction as to
> how I can debug this at my end and perhaps provide more information?
> I have tried all obvious options, purged browser cache, tried
> different browsers, etc.
Look at the POST data to make sure you see multiple inidces[]
parameters. And then look in imp/mailbox.php to make sure these
parameters are correctly parsed into multiple indices. Line 66 of
mailbox.php:
$indices = new IMP_Indices($vars->indices);
$indices should be an array with multiple values.
More information about the bugs
mailing list