Seems plausible/fine to me, but please document the flavor in DESCR as
well (warranting a REVISION bump).

The flavor must also be hooked up in mail/Makefile.

On Sun, Aug 09, 2020 at 12:03:17PM +0200, Olivier Taïbi wrote:
> +$OpenBSD$

Please comment patches.

> +Index: notmuch/private.h
> +--- notmuch/private.h.orig
> ++++ notmuch/private.h
> +@@ -34,11 +34,7 @@
> + #endif
> +
> + /* The definition in <notmuch.h> is broken */
> +-#define LIBNOTMUCH_CHECK_VERSION(major, minor, micro)                       
>       \
> +-  (LIBNOTMUCH_MAJOR_VERSION > (major) ||                                    
>       \
> +-   (LIBNOTMUCH_MAJOR_VERSION == (major) && LIBNOTMUCH_MINOR_VERSION > 
> (minor)) || \
> +-   (LIBNOTMUCH_MAJOR_VERSION == (major) &&                                  
>       \
> +-    LIBNOTMUCH_MINOR_VERSION == (minor) && LIBNOTMUCH_MICRO_VERSION >= 
> (micro)))
> ++#define LIBNOTMUCH_CHECK_VERSION(major, minor, micro) (1>0)
Why is this needed?

Reply via email to