From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id EG2ID2qswmB1TAAAsNZ9tg (envelope-from ); Fri, 11 Jun 2021 00:20:58 +0000 Received: from out2.migadu.com ([2001:41d0:2:aacc::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id eGCAH2aswmBdUgAAbx9fmQ (envelope-from ); Fri, 11 Jun 2021 00:20:54 +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=1623370854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HLKYdSptI6I19CKOiDij0dlQUvryVrR3h+IVPqJ3tG0=; b=YVOM0Ui1KLrodsvueFfpIcz4K38R6zJww4T+7g2Xdu4odb9UgNkDarqtQG9OqOpWUSasJ4 vqqdjugm5ndhwjOIhFMihfiDtlm7ibfWCCEdu3AN87wjaxtTJHu1S0saS9W5KQKL81bzcK Uvxt92fM+SWkZTXbd6PWFLqj5PU82gvYRrauO/ax8qgUVJVVb0cVH3wzRtpRdxGKKICHff 86Y7UDAvGxyC3eYFX7e/ZQld59BLouy/pg6R7IrDAiVt4U/wgp8gxXlY4yiNv7hYCLFKDT yBBimnCYY8mV4pmdXROdJKgZ3ys70hN6aqNxdaxG52lyIbJ2ah39ztXkmLf41w== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH] Add a very incomplete to-do list Date: Thu, 10 Jun 2021 20:20:40 -0400 Message-Id: <20210611002040.4709-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: ubrm88FNzW/6 Transplant some items from my private to-do list to hopefully give others a better sense for what's planned. --- TODO | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..94ecd8d5 --- /dev/null +++ b/TODO @@ -0,0 +1,44 @@ +A (sparse and likely stale) to-do list for piem -*-outline-*- + +* general + +** piem-inboxes: support mapping inbox to multiple coderepos +A catchall inbox may be used for small projects without a dedicated +address. + +** "report inbox" command for debugging + +** "show message ID at point" command +Should have ability to extract message ID from link (like lei-lcat) +and give priority to local sources. + +* b4 + +** add transients for other b4 subcommands? +Only `mbox' and `am' are supported at the moment. + +** piem-b4-am-from-mid: option for local-only operation +A caller that relies on piem-mid-to-thread-functions to produce a +thread may not have the URL in piem-inboxes set or b4 configured. + +* lei + +** history and locking for query and show buffers + +** label/keyword support +See and +. + +** more efficient handling of remote operations + +** saved searches + +** show: attachment handling + +** show: highlight diffs + +** show: support replying + +** transients for some other lei commands + +** transient wrapper around piem-lei-query base-commit: 990c3f3b098074945673842e2ecb351832f61402 -- 2.32.0