aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-message-search.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote - this shouldn't need to be an async functionJeffrey Stedfast2000-09-081-7/+10
| | | | | | | | | | | | | 2000-09-07 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_run): Rewrote - this shouldn't need to be an async function * filter-message-search.c (match_all): Modified to look at the boolean value being fed to it and just to return that instead of always returning TRUE svn path=/trunk/; revision=5236
* Totally rewritten to filter a single message at a time instead ofJeffrey Stedfast2000-09-071-0/+275
2000-09-06 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (filter_driver_run): Totally rewritten to filter a single message at a time instead of filtering a folder. * filter-message-search.c (filter_message_search): New convenience function for searching a message. svn path=/trunk/; revision=5224