6.0.0-beta1
7/12/25

[#7780] msglist_format hook not working on search results
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

History
12/16/2008 03:15:18 AM Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.  Tried to optimize this too much, but since IMAP can only work 
on one mailbox at a time, sending the info to the hook for every 
mailbox is as efficient as we can get.
12/15/2008 02:06:49 PM Jan Schneider Comment #1
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
Reply to this comment
The msglist_format hooks is not correctly working on search results 
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.

Saved Queries