]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
lib: consider all instances of Delivered-To header
[notmuch] / notmuch-client.h
index 270553ad7f1cc9d5f79c4a20226301fdb2f49871..8643a63f0a57df633767c099a730d0dbb188495f 100644 (file)
@@ -137,7 +137,7 @@ chomp_newline (char *str)
  * this.  New (required) map fields can be added without increasing
  * this.
  */
-#define NOTMUCH_FORMAT_CUR 4
+#define NOTMUCH_FORMAT_CUR 5
 /* The minimum supported structured output format version.  Requests
  * for format versions below this will return an error. */
 #define NOTMUCH_FORMAT_MIN 1
@@ -250,6 +250,10 @@ json_quote_chararray (const void *ctx, const char *str, const size_t len);
 char *
 json_quote_str (const void *ctx, const char *str);
 
+/* notmuch-client-init.c */
+
+void notmuch_client_init (void);
+
 /* notmuch-config.c */
 
 typedef enum {