X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.h;h=559ac3ab5b4ca90d260f21e8f7157b678ff74592;hp=e93caaa6e39cf078a37af326ffea3d0186a00f60;hb=0e72d6a9ecf392ec65a23b7c81d33025eaee3e1a;hpb=fd11c8e150c1b41ca1efc0ba4a3465eb325457f2 diff --git a/notmuch.h b/notmuch.h index e93caaa6..559ac3ab 100644 --- a/notmuch.h +++ b/notmuch.h @@ -144,6 +144,9 @@ notmuch_database_default_path (void); notmuch_database_t * notmuch_database_create (const char *path); +/* XXX: I think I'd like this to take an extra argument of + * notmuch_status_t* for returning a status value on failure. */ + /* Open a an existing notmuch database located at 'path'. * * The database should have been created at some time in the past,