X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch.c;h=0becd87e7841e739c8ddf2094bb5b942518b75f5;hb=fccebbaeef1e4b6489425afb13f419543d53d285;hp=1d283e260f1828ce784dae12d7e53b8e554011b1;hpb=29648a137c5807135ab168917b4a51d5e19e51c2;p=notmuch diff --git a/notmuch.c b/notmuch.c index 1d283e26..0becd87e 100644 --- a/notmuch.c +++ b/notmuch.c @@ -104,6 +104,7 @@ const notmuch_opt_desc_t notmuch_shared_indexing_options [] = { (notmuch_keyword_t []){ { "false", NOTMUCH_DECRYPT_FALSE }, { "true", NOTMUCH_DECRYPT_TRUE }, { "auto", NOTMUCH_DECRYPT_AUTO }, + { "nostash", NOTMUCH_DECRYPT_NOSTASH }, { 0, 0 } }, .name = "decrypt" }, { }