[Tickets #11821] Re: Selecting more than one message checkbox ignores all but the first message
bugs at horde.org
bugs at horde.org
Fri Dec 7 18:30:07 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-07 11:30) wrote:
> However, due to my lack of PHP knowledge, I am unable to check
> whether it is being parsed correctly in the code per your
> instructions. Can you give me more clue as to how to do that and
> get the output of the parsed data?
After line 66 in mailbox.php:
$indices = new IMP_Indices($vars->indices);
...put the following two debug statements:
Horde::debug($vars);
Horde::debug($indices);
And post the debug output (if it contains sensitive information, you
can email directly to me).
Horde::debug() documentation: http://wiki.horde.org/Doc/Dev/DebugH4
More information about the bugs
mailing list