X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=dc640326d4ec933d7cd21daff2541086b5d00af4;hb=87f1d68440c3126a585427443339ff4c8e3067ef;hp=793f32ecc55a36d5b08d57a7ce99ebc5d4d72e80;hpb=f5185881f7b01f67b5b64218804749b733f08d44;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 793f32ec..dc640326 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -465,7 +465,7 @@ typedef enum dump_includes { #define DUMP_INCLUDE_DEFAULT (DUMP_INCLUDE_TAGS | DUMP_INCLUDE_CONFIG | DUMP_INCLUDE_PROPERTIES) -#define NOTMUCH_DUMP_VERSION 2 +#define NOTMUCH_DUMP_VERSION 3 int notmuch_database_dump (notmuch_database_t *notmuch, @@ -489,6 +489,9 @@ print_status_database (const char *loc, const notmuch_database_t *database, notmuch_status_t status); +int +status_to_exit (notmuch_status_t status); + #include "command-line-arguments.h" extern char *notmuch_requested_db_uuid;