On Fri, Aug 19, 2016 at 11:48:51AM +0200, David Craven wrote: > > I usually attach the patches as files, in notmuch emacs they are saved > > by pressing > > . s > > when in the displayed attached files part. Or what exactly do you mean? > > Yep that's what I mean. I'm currently doing this: > Look at the patch in gmail > touch 0.patch > copy paste the email into 0.patch > git am 0.patch > copy paste again because I didn't copy the right part > git am 0.patch
I was lucky to already be comfortable in Mutt when I started helping with Guix. Mutt can run shell commands with the current message as stdin, so I invoke that mode and do `cd ~/guix && git am` and everything works, assuming the patch is okay. It would be really painful if I had to use something in a web browser, like gmail.