Re: [PATCH 2/2] lib/database.cc: change how the parent of a message is calculated

Subject: Re: [PATCH 2/2] lib/database.cc: change how the parent of a message is calculated

Date: Sat, 04 May 2013 11:10:36 -0300

To: Aaron Ecay, notmuch@notmuchmail.org

Cc:

From: David Bremner


Aaron Ecay <aaronecay@gmail.com> writes:
> +    if (ref && strcmp(ref, message_id)) {
> +	return ref;
> +    } else {
> +	return NULL;
> +    }

As a nit, there should be a space after strcmp. But if nobody has any
other comments, I could amend that.

d

Thread: