notmuch/lib
Carl Worth 793cbf8049 Add rudimentary date-based search.
The rudimentary aspect here is that the date ranges are specified with
UNIX timestamp values (number of seconds since 1970-01-01 UTC). One
thing that can help here is using the date program to determins
timestamps, such as:

	$(date +%s -d 2009-10-01)..$(date +%s)

Long-term, we'll probably need to do our own query parsing to be able
to support directly-specified dates and also relative expressions like
"since:'2 months ago'".
2009-11-23 17:17:08 +01:00
..
database-private.h Add rudimentary date-based search. 2009-11-23 17:17:08 +01:00
database.cc Add rudimentary date-based search. 2009-11-23 17:17:08 +01:00
index.cc Typsos 2009-11-18 03:21:36 -08:00
libsha1.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
libsha1.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
Makefile Use $(MAKE) when invoking make from make. 2009-11-12 22:00:51 -08:00
Makefile.local Makefile: Magic silent rules. 2009-11-22 04:29:29 +01:00
message-file.c message_file_get_header: Use break where more clear than continue. 2009-11-17 18:37:45 -08:00
message.cc fix notmuch-new bug when database path ends with a trailing / 2009-11-23 04:37:01 +01:00
messages.c add_message: Don't add any self-references to the database. 2009-11-17 17:55:37 -08:00
notmuch-private.h Permit opening the notmuch database in read-only mode. 2009-11-21 22:04:49 +01:00
notmuch.h Add 'notmuch count' command to show the count of matching messages 2009-11-23 06:33:54 +01:00
query.cc Add 'notmuch count' command to show the count of matching messages 2009-11-23 06:33:54 +01:00
sha1.c Typsos 2009-11-18 03:21:36 -08:00
tags.c notmuch_tags_advance: Make safe against excessive calls. 2009-11-14 23:02:55 -08:00
thread.cc Typsos 2009-11-18 03:21:36 -08:00
xutil.c libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00
xutil.h libify: Move library sources down into lib directory. 2009-11-09 16:24:03 -08:00