From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: How to keep the In-Reply-To field in a patch with formail? Date: Sat, 13 Feb 2016 17:26:19 -0500 Message-ID: <20160213222619.GA1176@jasmine> References: <56bf6578.hEfSMKsx31o1XAwz%pjotr.public12@thebird.nl> <20160213172246.GA19669@thebird.nl> <87bn7ktg67.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUidt-00065s-Nc for guix-devel@gnu.org; Sat, 13 Feb 2016 17:26:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUidq-0005OU-GO for guix-devel@gnu.org; Sat, 13 Feb 2016 17:26:17 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:58328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUidq-0005OQ-D3 for guix-devel@gnu.org; Sat, 13 Feb 2016 17:26:14 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 3D1672047C for ; Sat, 13 Feb 2016 17:26:14 -0500 (EST) Content-Disposition: inline In-Reply-To: <87bn7ktg67.fsf@elephly.net> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org On Sat, Feb 13, 2016 at 11:10:40PM +0100, Ricardo Wurmus wrote: > > Pjotr Prins writes: > > > Anyone know how to reating the In-Reply-To field when using formail? > > > > cat mail.patch|formail -s mail -t -f -I "In-Reply-To: <20160213102825.GA19194@debian>" > > Ignoring header field "Date: Sat, 13 Feb 2016 18:07:31 +0100" > > Ignoring header field "In-Reply-To: <20160213102825.GA19194@debian>" > > > > How you you keep patches on the same thread? > > I haven’t used “formail” before, but when generating emails with an > external programme I usually don’t allow it to send the email directly. > Instead I load it up in Emacs message-mode and manually add an > In-Reply-To header. Another option for organizing patches is to use the '--thread=' argument to git-format-patch and git-send-email. I use '--thread=shallow'.