X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=ab5854d7273d69186664d37abfb3941d96d41a91;hp=47633496c87cc75d9ff9da05614319450ae7691f;hb=920f5d925eee09d41d5c6456701854ad6d342d95;hpb=798aa789b5d117cf11697bc97dd982bd5a2c2ac8 diff --git a/lib/notmuch.h b/lib/notmuch.h index 47633496..ab5854d7 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -58,7 +58,7 @@ NOTMUCH_BEGIN_DECLS * version in Makefile.local. */ #define LIBNOTMUCH_MAJOR_VERSION 5 -#define LIBNOTMUCH_MINOR_VERSION 0 +#define LIBNOTMUCH_MINOR_VERSION 1 #define LIBNOTMUCH_MICRO_VERSION 0 @@ -2241,6 +2241,8 @@ notmuch_database_get_default_indexopts (notmuch_database_t *db); typedef enum { NOTMUCH_DECRYPT_FALSE, NOTMUCH_DECRYPT_TRUE, + NOTMUCH_DECRYPT_AUTO, + NOTMUCH_DECRYPT_NOSTASH, } notmuch_decryption_policy_t; /**