Hi

I can't sensibly use git-send-email as it wants to do the actual emailing on my behalf, and I use Gmail for this account. I tried sending via git-send-email directly to the list MX and SORBS blocked me, so I've attached the three patches as formatted by 'git format-patch' here.

Regards
Mike


On Fri, Jun 24, 2016 at 9:46 AM, Sylvain Munaut <246tnt@gmail.com> wrote:
Hi,

> Initially I tried to do a Pull Request on the Github repository,

Yeah we don't use github.

tbh I'm not even sure who's doing the mirror there ...

> but was
> told I should send a patch to this mailing list. What format should I use to
> send the patch?

See the doc for git-send-email

You create a git commit with your patch then use that to send it by
mail to the list and it will handle the formatting for you and making
sure the patch isn't mangled by your mail client.

Cheers,

    Sylvain