From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 0/6] gnupg updates. Date: Mon, 18 Jul 2016 10:02:07 +0200 Message-ID: References: <87eg6ramc0.fsf@we.make.ritual.n0.is> <87inw3lty5.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP3VO-0000oA-Dz for guix-devel@gnu.org; Mon, 18 Jul 2016 04:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP3VI-0007Sj-IQ for guix-devel@gnu.org; Mon, 18 Jul 2016 04:02:21 -0400 Received: from venus.bbbm.mdc-berlin.de ([141.80.25.30]:39126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP3VI-0007ST-8P for guix-devel@gnu.org; Mon, 18 Jul 2016 04:02:16 -0400 In-Reply-To: <87inw3lty5.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org ng0 writes: > How do other people create these chained x of y PATCH threads? > With Gnus it took a while. > Is it done with the git-email patch function? Yes. I=E2=80=99m using =E2=80=9Cgit send-email=E2=80=9D for this. As Le= o wrote you need to have a configured mailer. I=E2=80=99m using msmtp for sending email anyway, so all I needed to do w= as tell git to use msmtp by adding this section to my ~/.gitconfig: [sendemail] smtpserver =3D /home/rekado/.guix-profile/bin/msmtp Hope this helps! ~~ Ricardo