Re: [PATCH] WIP: regexp matching in 'subject' and 'from'

Subject: Re: [PATCH] WIP: regexp matching in 'subject' and 'from'

Date: Thu, 09 Jun 2016 23:42:05 -0300

To: notmuch

Cc:

From: David Bremner


David Bremner <david@tethera.net> writes:

> +#ifdef HAVE_XAPIAN_FIELD_PROCESSOR
> +    delete notmuch->from_re_field_processor;
> +    notmuch->from_re_field_processor = NULL;
> +    delete notmuch->subject_re_field_processor;
> +    notmuch->subject_re_field_processor = NULL;
> +#endif

and of course everywhere it says #ifdef HAVE_XAPIAN_FIELD_PROCESSOR, is
should say #if.

d

Thread: