From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([209.51.188.92]:37427)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hHeV5-00017m-TO
	for guix-patches@gnu.org; Fri, 19 Apr 2019 21:09:04 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hHeV4-0003av-RT
	for guix-patches@gnu.org; Fri, 19 Apr 2019 21:09:03 -0400
Received: from debbugs.gnu.org ([209.51.188.43]:59803)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
	id 1hHeV4-0003ab-MP
	for guix-patches@gnu.org; Fri, 19 Apr 2019 21:09:02 -0400
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1hHeV4-0006af-DW
	for guix-patches@gnu.org; Fri, 19 Apr 2019 21:09:02 -0400
Subject: [bug#35333] [PATCH 0/6] Add Yubikey Manager and Its Dependencies
Resent-Message-ID: <handler.35333.B35333.155572250625201@debbugs.gnu.org>
From: Chris Marusich <cmmarusich@gmail.com>
Date: Fri, 19 Apr 2019 18:07:54 -0700
Message-Id: <20190420010800.5741-1-cmmarusich@gmail.com>
In-Reply-To: <20190420003814.5120-1-cmmarusich@gmail.com>
References: <20190420003814.5120-1-cmmarusich@gmail.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
List-Id: <guix-patches.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-patches/>
List-Post: <mailto:guix-patches@gnu.org>
List-Help: <mailto:guix-patches-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=subscribe>
Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org
Sender: "Guix-patches" <guix-patches-bounces+kyle=kyleam.com@gnu.org>
To: 35333@debbugs.gnu.org

Hi,

The patches follow this email.  I've tried to invoke git-send-email so
that all 6 patches appear as replies to this email, like this:

  git send-email --to=35333@debbugs.gnu.org --compose 000[1-6]*

I then manually filled in the body and the following headers:

  From: Chris Marusich <cmmarusich@gmail.com>
  Subject: Re: [bug#35333] [PATCH 0/6] Add Yubikey Manager and Its Dependencies
  In-Reply-To: <20190420003814.5120-1-cmmarusich@gmail.com>

This is tedious, but hopefully it'll work!

Chris