mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
d86522637a
Add a date/time parser to notmuch, to be used for adding date range query support for notmuch lib later on. Add the parser to a directory of its own to make it independent of the rest of the notmuch code base. Signed-off-by: Jani Nikula <jani@nikula.org> |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.local | ||
parse-time-string.c | ||
parse-time-string.h | ||
README |
PARSE TIME STRING ================= parse_time_string() is a date/time parser originally written for notmuch by Jani Nikula <jani@nikula.org>. However, there is nothing notmuch specific in it, and it should be kept reusable for other projects, and ready to be packaged on its own as needed. Please do not add dependencies on or references to anything notmuch specific. The parser should only depend on the C library.