]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-config.c
indexing: Change from try_decrypt to decrypt
[notmuch] / notmuch-config.c
index 1cba2661d99d54276b0c6b6c5c2ee9954eb94359..e1b166094ef317f137342356028f4317fe7f532d 100644 (file)
@@ -813,7 +813,7 @@ static bool
 _stored_in_db (const char *item)
 {
     const char * db_configs[] = {
-       "index.try_decrypt",
+       "index.decrypt",
     };
     if (STRNCMP_LITERAL (item, "query.") == 0)
        return true;