Summary | msglist_format hook not working on search results |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 12/15/2008 (6053 days ago) |
Due | |
Updated | 01/12/2010 (5660 days ago) |
Assigned | |
Resolved | 12/16/2008 (6052 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Fix
Bug #7780- msglist_format hook.http://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=d7f793427c092e67d8e8461caf2f4cd368c9f4bd&r2=1ab28217cb086bd04c53c45e400c10198dfc6961
http://git.horde.org/diff.php/imp/lib/IMAP.php?rt=horde-git&r1=7ae042d8d6d10a4fc525f1422ee4c65d95793b50&r2=1ab28217cb086bd04c53c45e400c10198dfc6961
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=18f85aa99ee61bc1a49738df9af209f05c20c94f&r2=1ab28217cb086bd04c53c45e400c10198dfc6961
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=2bfcb48ac4046875fee8dfa10ed2c850150dec51&r2=1ab28217cb086bd04c53c45e400c10198dfc6961
State ⇒ Resolved
on one mailbox at a time, sending the info to the hook for every
mailbox is as efficient as we can get.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ msglist_format hook not working on search results
Type ⇒ Bug
State ⇒ Assigned
like virtual folders. The hook itself is working fine, but its results
are not correctly merged into the mailbox info in mailbox.php. This is
because _outputSummaries() is called individually for each folder of
the search, but the hook is only called once before the final call to
_outputSummaries() after the loop.