diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-10 20:20:40 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-10 21:04:28 -0400 |
commit | 372c2d012a799dbe680747439ab0d7c216680b9a (patch) | |
tree | f1941bc582225fbd09ae345e4e3379c603c9f696 /TODO | |
parent | 990c3f3b098074945673842e2ecb351832f61402 (diff) | |
download | piem-372c2d012a799dbe680747439ab0d7c216680b9a.tar.gz |
Add a very incomplete to-do list
Transplant some items from my private to-do list to hopefully give
others a better sense for what's planned.
Message-Id: <20210611002040.4709-1-kyle@kyleam.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -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 <https://public-inbox.org/meta/20210224204950.GA2076@dcvr> and +<https://public-inbox.org/meta/20210326103103.GA561@dcvr>. + +** 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 |