[PATCH v2 5/7] lib: add date range query support

2012-08-04 Thread Jani Nikula
Add a custom value range processor to enable date and time searches of the form date:since..until, where "since" and "until" are expressions understood by the previously added date/time parser, to restrict the results to messages within a particular time range (based on the Date: header). If

[PATCH v2 5/7] lib: add date range query support

2012-08-04 Thread Jani Nikula
Add a custom value range processor to enable date and time searches of the form date:since..until, where since and until are expressions understood by the previously added date/time parser, to restrict the results to messages within a particular time range (based on the Date: header). If since or