From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.systemreboot.net (mugam.systemreboot.net [139.59.75.54]) by localhost (mpop-1.4.5) with POP3 for ; Wed, 04 Dec 2019 21:10:09 +0530 Return-path: Envelope-to: arunisaac@systemreboot.net Delivery-date: Wed, 04 Dec 2019 19:28:58 +0530 Received: from [192.168.2.1] (helo=sender4-of-o50.zoho.com) by systemreboot.net with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1icVBB-000AHC-7O; Wed, 04 Dec 2019 19:28:58 +0530 ARC-Seal: i=1; a=rsa-sha256; t=1575467932; cv=none; d=zohomail.com; s=zohoarc; b=E6pC92aNxC8egSccacbKfs6RIATmc7VT4BdP9ws4WIHD9Qq5yrUQfZ5E5UC9Lt14r9Aj0QDmKtO8pV0eDSxslP8cf6bsHQ4nzXthMGcPqtvafXh+rkkdnFvDktMVP2hKy4KE9AOXEdr/kQRw2v4pIbU9mb2l0Nhl1fmbw1f26nQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1575467932; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=v2MW4wDpwACZ+Q/zyrFb/50WSnQBrFQGS/bWk9peTf0=; b=iGr7tOEQUhH0XosBRmJcVonc7b+4X1qP9Dmi10XoosfB0GtfUQj34BCJRtt8oz1oeN+TducVuAZQb9WPsCoO/bA71B8X1hM6wxnoJ+gLTCWrGtK7wZSj8kSAFcEwj53vFZZSC14jFB+fYyUyBjozx9brbcRcoSj+oo/xCiUygmA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1575467932; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=v2MW4wDpwACZ+Q/zyrFb/50WSnQBrFQGS/bWk9peTf0=; b=HRXFAoFALK24Bc81tekKciDoMPhu86He+p42ejem8ZfnRtlGHV+EdPik9KJxmEAz GZ9qmC5XbcGAVr9m5SOmIjVNXMbgj6k8BZZrNpYmntxG0XBr8iR3pdfIZblRPPYsFTM uKkj9kUHUlr4ZxpmVlnNeYgVXXPl0TlwyKdcw1lg= Received: from localhost (p54AD4F5B.dip0.t-ipconnect.de [84.173.79.91]) by mx.zohomail.com with SMTPS id 1575467931415901.1570492339683; Wed, 4 Dec 2019 05:58:51 -0800 (PST) References: <87eexo9x0x.fsf@elephly.net> User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus To: Arun Isaac Cc: guile-email@systemreboot.net Subject: Re: [guile-email] alist type error In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 04 Dec 2019 14:58:47 +0100 Message-ID: <87muc8dwfc.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External List-Id: Arun Isaac writes: >> Meanwhile, I should set up some kind of "continuous testing" where all >> mails in guix-patches are periodically parsed and crashes reported to >> me, if any. Does mumi have any convenient API to fetch all emails from >> guix-patches? I will look at the mumi source code myself, but if you >> have any quick pointers, that would help. > > I just realized I could download mboxes from > https://lists.gnu.org/archive/mbox/guix-patches/ and keep synchronizing > them. That should be enough for my continuous testing purposes. That=E2=80=99s what Guile Debbugs does as well. --=20 Ricardo