]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib/config: add known config key "show.extra_headers"
[notmuch] / lib / notmuch.h
index 1b2bdf3fa37fda35799cba194e375fd37a44e771..cd5c1246b977151f56248dca06d2d16943d3d7cd 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.
@@ -2546,6 +2550,7 @@ typedef enum {
     NOTMUCH_CONFIG_OTHER_EMAIL,
     NOTMUCH_CONFIG_USER_NAME,
     NOTMUCH_CONFIG_AUTOCOMMIT,
+    NOTMUCH_CONFIG_EXTRA_HEADERS,
     NOTMUCH_CONFIG_LAST
 } notmuch_config_key_t;