notmuch clon
Find a file
Carl Worth 65baa4f4e7 notmuch dump: Fix the sorting of results.
To properly support sorting in notmuch_query we know use an
Enquire object. We also throw in a QueryParser too, so we're
really close to being able to support arbitrary full-text
searches.

I took a look at the supported QueryParser syntax and chose
a set of flags for everything I like, (such as supporting
Boolean operators in either case ("AND" or "and"), supporting
phrase searching, supporting + and - to include/preclude terms,
and supporting a trailing * on any term as a wildcard).
2009-10-21 00:35:56 -07:00
.gitignore .gitignore: Ignore generated file Makefile.dep 2009-10-20 23:13:28 -07:00
database-private.h notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
database.cc notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
date.c Hook up our fancy new notmuch_parse_date function. 2009-10-19 13:35:29 -07:00
Makefile Implement 'notmuch dump'. 2009-10-20 21:21:39 -07:00
message-file.c Rename private notmuch_message_t to notmuch_message_file_t 2009-10-20 15:09:51 -07:00
message.cc Add destroy functions for results, message, and tags. 2009-10-20 22:24:59 -07:00
message.h notmuch: Switch from gmime to custom, ad-hoc parsing of headers. 2009-10-19 13:00:43 -07:00
notmuch-private.h notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
notmuch.c notmuch setup: Print a few protecting spaces after progress reports. 2009-10-21 00:32:30 -07:00
notmuch.h query: Remove the magic NOTMUCH_QUERY_ALL 2009-10-20 22:40:37 -07:00
query.cc notmuch dump: Fix the sorting of results. 2009-10-21 00:35:56 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00