2007-06-20 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Wed, 20 Jun 2007 14:11:31 +0000 (14:11 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 20 Jun 2007 14:11:31 +0000 (14:11 +0000)
commit9c8bf5e1d97d750d7529938b9c7bc6a27864c6fd
tree33f46b56a44ed029949f187835b7c11a10916b5b
parent51cc36c187e300ea0db5e3cff2bdeb687f8c2d28
2007-06-20  Murray Cumming  <murrayc@murrayc.com>

* src/dbus_api/modest-dbus-callbacks.c: (modest_dbus_req_filter):
Actually set the body query instead of the subject query.

* src/modest-search.c: (search_mime_part_ogs),
(search_mime_part_strcmp): Remove extra space from the text/* regex,
which would probably cause it to fail if we got this far.

(modest_search_folder): Use simple #ifdefs instead of the function pointer,
to simplify the code.
Warn when tny_mime_part_get_parts() returns an empty list, which seems to
be causing search-in-body to fail.

pmo-trunk-r2337
ChangeLog2
src/dbus_api/modest-dbus-callbacks.c
src/modest-search.c