[PATCH v4 08/15] index: implement notmuch_indexopts_t with try_decrypt

David Bremner david at tethera.net
Thu Oct 12 04:18:15 PDT 2017


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

>  
> +	if (!indexopts)
> +	    indexopts = def_indexopts = notmuch_database_get_default_indexopts (notmuch);
> +


I think I'd like parens here

  indexopts = (def_indexopts = notmuch_database_get_default_indexopts (notmuch));

or even split into two assignments. Others might disagree though.




More information about the notmuch mailing list