[ postfixadmin-Bugs-2782818 ] search doesn't filter out mailbox aliases
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2011-04-10 20:29:49
|
Bugs item #2782818, was opened at 2009-04-28 14:55 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2782818&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Christian Boltz (christian_boltz) Assigned to: Nobody/Anonymous (nobody) Summary: search doesn't filter out mailbox aliases Initial Comment: Search results contain the mailbox aliases in the "Aliases" section. They should be filtered out and only be listed in the "Mailboxes" section. Better solution - merge search and list-virtual. Wichout having looked at it, the differences are probably only: - a different WHERE clause ;-) (searching for the entered text, not for a domain) - highlighting of search matches - (maybe: hide the "create alias"/"create mailbox" links) Everything else should work with the same code. Using the code from list-virtual is probably the better idea because it is used/tested more often. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2011-04-10 22:29 Message: The missing pagebrowser was fixed as a side effect of my commit to SVN trunk r1034 some minutes ago. I'm not sure if I will/can backport this to the 2.3 branch. It uses a completely new function to generate the pagebrowser, which is a quite intrusive change. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2010-09-27 02:15 Message: Since 5 minutes (SVN trunk r869) search.php is history :-) and list-virtual.php does its job. Only remaining bug: in search mode, no page browser is displayed. This means that you'll only see the first $CONF['page_size'] search results *without* the possibility to see the next page of results. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2010-05-18 23:26 Message: That's implemented on the list-virtual.php side in the meantime. The remaining parts are: - change all scripts to call list-virtual.php instead of search.php - testing ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2782818&group_id=191583 |