From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id 8NXWOtN3SF9PbQAAsNZ9tg (envelope-from ) for ; Fri, 28 Aug 2020 03:19:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id cMuYNdN3SF9jBwAA1q6Kng (envelope-from ) for ; Fri, 28 Aug 2020 03:19:47 +0000 Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) (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 BC6409403CB for ; Fri, 28 Aug 2020 03:19:46 +0000 (UTC) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 7E8A98A718; Thu, 27 Aug 2020 23:19:44 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=TZLKdIuwzNsGVsjRO2NwZdy+Y4I=; b=Y1rxyZv7K793a281uf31 SZHMxqmr++gXiB8am8LA032YcWI4yQqb0cRSclhCHyyL7dVaNQB3+xyQbjk16ozv PNhhzuKkd/Sx8jeP3VjtFU2wxCRf8Szh4gw3XNHTSmNrlTBMkSHMsbRUEIP4aj4h YVQWiR+BWpSW0gybvs0LKFQ= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 76A0C8A717; Thu, 27 Aug 2020 23:19:44 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=TPgRXRtHYdZ6eELObZlNGAfE+0EoKsP1AI4qZVmF5w8=; b=FigSibfbUcdwTNXOYOm4aU0/hoUeh4sRqIeq8Me2Dw0IkiwzoQjmKKTNzBHIgA6WmkUeTNbgojXYjwrAgztPQpUMbiHCUtWzqMzqkpfYPQixJC4+Vs8htZDISR8VZBFnWPMzm9BxhJe0SUnd2Zu61tu9RynlX6yoNUQzUY7xykk= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 0B68E8A716; Thu, 27 Aug 2020 23:19:44 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH 0/4] eww, elfeed: Improve inbox and message ID detection Date: Thu, 27 Aug 2020 23:19:16 -0400 Message-Id: <20200828031920.7515-1-kyle@kyleam.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-Pobox-Relay-ID: 517A9988-E8DD-11EA-BB7C-01D9BED8090B-24757444!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=pobox.com header.s=sasl header.b=Y1rxyZv7; dkim=fail (body hash did not verify) header.d=kyleam.com header.s=mesmtp header.b=FigSibfb; dmarc=none; spf=pass (aspmx1.migadu.com: domain of kyle@kyleam.com designates 64.147.108.70 as permitted sender) smtp.mailfrom=kyle@kyleam.com X-Spam-Score: 2.50 X-TUID: hzMN751LaBP0 As noted in the piem-eww.el comment, the intial approach was quite flawed. [1/4] elfeed, eww: Don't assume inbox name in piem-inboxes and URL matc= h [2/4] Add accessor for piem-inboxes [3/4] piem-inbox-{codrepo,get}: Allow caller to specify inbox [4/4] elfeed, eww: Be stricter about the returned message ID piem-b4.el | 2 +- piem-elfeed.el | 12 +++++------ piem-eww.el | 16 ++++++--------- piem.el | 56 ++++++++++++++++++++++++++++++++------------------ 4 files changed, 49 insertions(+), 37 deletions(-) base-commit: 5cada85c7571956345f04e326c8af045cdb62131 --=20 2.28.0