notmuch clon
Find a file
Carl Worth 55c8ee9a86 notmuch_database_create/open: Fix to handle NULL as documented.
When documenting these functions I described support for a
NOTMUCH_BASE environment variable to be consulted in the case
of a NULL path. Only, I had forgotten to actually write the
code.

This code exists now, with a new, exported function:

     notmuch_database_default_path
2009-10-20 09:58:40 -07:00
.gitignore Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
database.cc notmuch_database_create/open: Fix to handle NULL as documented. 2009-10-20 09:58:40 -07:00
date.c Hook up our fancy new notmuch_parse_date function. 2009-10-19 13:35:29 -07:00
Makefile Remove test programs, xapian-dump and notmuch-index-message 2009-10-19 22:24:28 -07:00
message.c notmuch_message_get_header: Fix bogus return of NULL header. 2009-10-20 09:52:01 -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 Protect definition of _GNU_SOURCE. 2009-10-19 22:34:59 -07:00
notmuch.c notmuch_database_create/open: Fix to handle NULL as documented. 2009-10-20 09:58:40 -07:00
notmuch.h notmuch_database_create/open: Fix to handle NULL as documented. 2009-10-20 09:58:40 -07:00
xutil.c notmuch: Start actually adding messages to the index. 2009-10-18 20:56:30 -07:00