]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
crypto: add --decrypt=nostash to avoid stashing session keys
[notmuch] / notmuch.c
index 1d283e260f1828ce784dae12d7e53b8e554011b1..0becd87e7841e739c8ddf2094bb5b942518b75f5 100644 (file)
--- 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" },
     { }