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

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

Date: Thu, 12 Oct 2017 08:18:15 -0300

To: Daniel Kahn Gillmor, Notmuch Mail

Cc:

From: David Bremner


Daniel Kahn Gillmor <dkg@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.


_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: