From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id +AcGO6pyxV/sHwAA0tVLHw (envelope-from ) for ; Mon, 30 Nov 2020 22:31:06 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id eG7ENqpyxV/qAgAAbx9fmQ (envelope-from ) for ; Mon, 30 Nov 2020 22:31:06 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 993E7940149 for ; Mon, 30 Nov 2020 22:31:06 +0000 (UTC) Received: from localhost ([::1]:44830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kjrhJ-0002RO-Fa for larch@yhetil.org; Mon, 30 Nov 2020 17:31:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40330) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjrh9-0002RE-3Z for help-guix@gnu.org; Mon, 30 Nov 2020 17:30:55 -0500 Received: from out0.migadu.com ([2001:41d0:2:267::]:7356) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kjrh6-0008Cd-MZ for help-guix@gnu.org; Mon, 30 Nov 2020 17:30:54 -0500 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=1606775486; 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=AO36bS2RHaJ5bQiSHOOrY+VNCV8JCEUWjdjaykwSJqk=; b=XGT2Jd0ZfaAIzOq4qyjHZFG7sPSZKjyTdZs6/x9U5xBH2gN1R2Z3pWJz9RHHPmFAru5ATm NSZQe3PUDbYqoDYReEO1wlAQjLT1okALmp5P90PC06SNSVQoCi0J/K1Jxq+fQbQjj8/MTX ytwcBLApc61xtW+uqovWGWHHgSUhImKGNsTO/VQ256WPhoGHMevX7KJYreOKdQk6agAnmP O0Cas1n/Tqwg72IIpqPUTlSNkza7jmFXItCmgBIiGIyTMX9VY2A5WQQozrCIG8dqYW2Qo7 R2v5B8C/hT55xHtI/yH+CgZ0XWJC153/HhRwltbV2N5lClUwdLXU8SVqQT3PmQ== From: Kyle Meyer To: Pierre Neidhardt Subject: Re: Workflow with mu4e + magit for sending patchsets to guix? In-Reply-To: <87k0u8v42a.fsf@ambrevar.xyz> References: <87ima5f3mi.fsf@dustycloud.org> <86eeksq2v4.fsf@gmail.com> <877dqkpv4t.fsf@kyleam.com> <87pn4ca1c7.fsf@ambrevar.xyz> <86zh3gnkew.fsf@gmail.com> <87k0u9x075.fsf@ambrevar.xyz> <86a6v5ty39.fsf@gmail.com> <87k0u8v42a.fsf@ambrevar.xyz> Date: Mon, 30 Nov 2020 17:30:45 -0500 Message-ID: <87k0u2lboq.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Auth-User: kyle@kyleam.com Received-SPF: pass client-ip=2001:41d0:2:267::; envelope-from=kyle@kyleam.com; helo=out0.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.29 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=kyleam.com header.s=key1 header.b=XGT2Jd0Z; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 993E7940149 X-Spam-Score: -0.29 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: olwxhdn4Z6Y8 Pierre Neidhardt writes: > --8<---------------cut here---------------start------------->8--- > (defvar ambrevar/known-mailing-list-archives > '(("help-guix@gnu.org" . "guix-user") > ("guix-devel@gnu.org" . "guix-devel") > ("debbugs.gnu.org" . "guix-bugs")) > "Alist of mail adresses and their Yhetil name. [...] Thanks. > Note that I've set two entries, one that prefer guix-patches over > guix-bugs because they seem to use the same recipient domain Eric Wong has been working on adding an "external index" to public-inbox that allows operating on a collection of inboxes. https://public-inbox.org/meta/20201027075453.19163-1-e@80x24.org/ https://public-inbox.org/meta/20201126194543.GA30337@dcvr/ The feature is still being cooked, but I got around to trying it out this weekend, and it seems to work nicely. Anyway, that feature helps here because it allows all Guix-related lists to be exposed under a single inbox. You can now construct a URL without worrying about which particular list the message is from: https://yhetil.org/guix/87k0u8v42a.fsf@ambrevar.xyz