X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=ff860e06a4987fb4872be7212b66414fea998b22;hp=47633496c87cc75d9ff9da05614319450ae7691f;hb=e4890b5bf9e2260b36bcc36ddb77d8e97e2abe7d;hpb=798aa789b5d117cf11697bc97dd982bd5a2c2ac8 diff --git a/lib/notmuch.h b/lib/notmuch.h index 47633496..ff860e06 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -2241,6 +2241,7 @@ notmuch_database_get_default_indexopts (notmuch_database_t *db); typedef enum { NOTMUCH_DECRYPT_FALSE, NOTMUCH_DECRYPT_TRUE, + NOTMUCH_DECRYPT_AUTO, } notmuch_decryption_policy_t; /**