From d86522637a7cd0455c127284ebccf3645d681441 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 30 Oct 2012 22:32:33 +0200 Subject: parse-time-string: add a date/time parser to notmuch 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 --- parse-time-string/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 parse-time-string/README (limited to 'parse-time-string/README') diff --git a/parse-time-string/README b/parse-time-string/README new file mode 100644 index 00000000..300ff1fb --- /dev/null +++ b/parse-time-string/README @@ -0,0 +1,9 @@ +PARSE TIME STRING +================= + +parse_time_string() is a date/time parser originally written for +notmuch by Jani Nikula . 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. -- cgit v1.2.3