]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch.h
lib: add better diagnostics for over long filenames.
[notmuch] / lib / notmuch.h
index 0b0540b13437f6161adbba741352ae9df0a2cdfd..ce375c042746f99532e75fd038bbd6ba9635bcf6 100644 (file)
@@ -293,6 +293,8 @@ typedef struct _notmuch_indexopts notmuch_indexopts_t;
  *
  * NOTMUCH_STATUS_OUT_OF_MEMORY: Out of memory.
  *
+ * NOTMUCH_STATUS_PATH_ERROR: filename is too long
+ *
  * NOTMUCH_STATUS_FILE_ERROR: An error occurred trying to create the
  *     database file (such as permission denied, or file not found,
  *     etc.), or the database already exists.