Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes: > Try to decrypt any encrypted parts of newly-discovered messages while > indexing them. The cleartext of any successfully-decrypted messages > will be indexed, with tags applied in the same form as from notmuch > insert --try-decrypt. s/tags/properties/? At this point I'm a bit lost, and not sure where those properties are documented, but this commit message is a bit strange since it kindof implies the reader is likely to know what those are. > diff --git a/notmuch-new.c b/notmuch-new.c > index c55dea7..e495557 100644 > --- a/notmuch-new.c > +++ b/notmuch-new.c > @@ -49,6 +49,7 @@ typedef struct { > size_t new_tags_length; > const char **new_ignore; > size_t new_ignore_length; > + notmuch_indexopts_t *indexopts; I'm only reading the patch here, but is this variable actually used? > int total_files; > int processed_files; > @@ -260,7 +261,8 @@ add_file (notmuch_database_t *notmuch, const char *filename, > if (status) > goto DONE;