From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add tintin. Date: Fri, 19 Aug 2016 15:15:08 -0400 Message-ID: <20160819191508.GB16782@jasmine> References: <87r39z81zo.fsf@we.make.ritual.n0.is> <8760rbot2y.fsf@we.make.ritual.n0.is> <877fbdnne4.fsf@we.make.ritual.n0.is> <87y43tm73e.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bapGD-0003SX-B7 for guix-devel@gnu.org; Fri, 19 Aug 2016 15:15:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bapG8-0003Jd-8B for guix-devel@gnu.org; Fri, 19 Aug 2016 15:15:21 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:41336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bapG6-0003HZ-OQ for guix-devel@gnu.org; Fri, 19 Aug 2016 15:15:16 -0400 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel 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.