Kyle Meyer <k...@kyleam.com> writes: >> Up to now I thought only a 'format-patch' can be applied easily. Would >> you please share a way to apply an inline patch? Or at least give a hint? > > Sure. For an inline patch, you feed the entire message, rather than the > attachment, to 'git am'. It looks like Gnus is your MUA, so you may be > interested in gnus-summary-pipe-output. > > For those that don't use an Emacs-based mail client, something like this > might be more convenient than getting the message out of your reader: > > $ # in org repo > $ curl -fSsL https://orgmode.org/list/MSGID/raw | git am > > In this particular case > > $ curl -fSsL > https://orgmode.org/list/20200705112846.16510-1-arunis...@systemreboot.net/raw > | git am
Thanks Kyle!