]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
CLI: set NOTMUCH_CONFIG in hooks.
[notmuch] / lib / notmuch.h
index fef98b4bb5f58adba3e3a6610dce66a4e89dda04..2e6ec2af1ae2a5054cd1516088764cc44557faa4 100644 (file)
@@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS
  * version in Makefile.local.
  */
 #define LIBNOTMUCH_MAJOR_VERSION        5
-#define LIBNOTMUCH_MINOR_VERSION        5
+#define LIBNOTMUCH_MINOR_VERSION        6
 #define LIBNOTMUCH_MICRO_VERSION        0
 
 
@@ -2550,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;