Peter Wang <[email protected]> writes: > On Sat, 05 Jul 2014 10:18:05 -0300, David Bremner <[email protected]> wrote: >> Peter Wang <[email protected]> writes: >> >> > - cleanup_path = tmppath; >> > - >> > - if (! copy_stdin (fdin, fdout)) >> > - goto FAIL; >> > + if (! copy_stdin (fdin, fdout)) { >> > + close (fdout); >> > + unlink (tmppath); >> > + return FALSE; >> > + }
I've now pushed up to patch 6 in the series, along with a couple of patches to deal with SONAME related breakage. I did end up squashing this patch in. d _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
