On Tue 2017-09-12 19:01:50 -0400, Daniel Kahn Gillmor wrote: > By default, notmuch won't try to decrypt on indexing. With this > patch, we make it possible to indicate a per-database preference using > the config variable "index.try_decrypt", which by default will be > false. I've just discovered that this particular patch doesn't work properly. Despite doing "notmuch config set index.try_decrypt true", i get the empty string when i invoke (in C): notmuch_config_get(db, "index.try_decrypt"). I think that means i've misunderstood the notmuch config subsystem, unfortunately. I would be happy to hear any suggestions for what i should be doing differently! The rest of the series should still hold up, though. --dkg