From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id WNX2OtscvGH9HgAAsNZ9tg (envelope-from ) for ; Fri, 17 Dec 2021 05:15:07 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WCIdNtscvGF/WQAA1q6Kng (envelope-from ) for ; Fri, 17 Dec 2021 05:15:07 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1639718107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iuE4s3R+qCh7W7DPSC9NYmU8I1Nv4Vfrq6poycrzgbI=; b=ZNsEYCXM1uJxpmcskomSjLmOQ9dA7/J+2jLjNY3iz5/H8OdTyiM4zN8B7FnK4BdPyTNgq9 sf1h9sUxDaJdWbDMmbP/asuuYlEgZI2SnjY4fkemCikAGbXa+DCSQHxiOmnAb+uOSzCsBd qmXpu7ziJFbqALnSUQRgb1hB3AXvqWHL3KV8QzZlcGPmuKsi8e7xSMbcZBP6rPg9zDUKXk BfzIGZMkLbmyRdsYnopfpL8j4agEc4H2bon6OEmNFKIfOySwZSiEu/aarnoEpwZ+KShbvz PguYFc2CPXl+1Tu0j9B3zzmjyoKYXuwD+aD5Yw+fmk+NXzZBB/792cdnw7pOSA== From: Kyle Meyer To: sourcehut@relevant-information.com Cc: piem@inbox.kyleam.com Subject: Re: [PATCH v3 1/2] Support preparing am-ready mbox via notmuch-extract-patch In-Reply-To: <20211216193234.25745-1-sourcehut@relevant-information.com> References: <87y24mwipm.fsf@kyleam.com> <20211216193234.25745-1-sourcehut@relevant-information.com> Date: Fri, 17 Dec 2021 00:15:05 -0500 Message-ID: <87ee6bx15y.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com X-TUID: 46zVOwTO0mj3 Thanks, pushed (3e553530) ... > ;; Copyright (C) 2020-2021 all contributors > +;; (C) 2019 Sean Whitton ... adding a "Copyright" on the second line (for no stronger reason than that's what looks most familiar to me, something that's probably largely influenced by Guix's practice).