]> git.cworth.org Git - notmuch/blobdiff - lib/notmuch.h
lib/open: no default mail root in split configurations
[notmuch] / lib / notmuch.h
index 1b2bdf3fa37fda35799cba194e375fd37a44e771..fef98b4bb5f58adba3e3a6610dce66a4e89dda04 100644 (file)
@@ -224,6 +224,10 @@ typedef enum {
      * Syntax error in query
      */
     NOTMUCH_STATUS_BAD_QUERY_SYNTAX,
+    /**
+     * No mail root could be deduced from parameters and environment
+     */
+    NOTMUCH_STATUS_NO_MAIL_ROOT,
     /**
      * Not an actual status value. Just a way to find out how many
      * valid status values there are.