diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-06-05 17:13:50 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-06-07 00:12:06 -0400 |
commit | eb40c78da8217b22681f5c42d74d9bc64eff1e77 (patch) | |
tree | dbe95133e36752fe87571c2a621dc9510e26d614 /tests/piem-tests.el | |
parent | 2a4f6fb5ac71e0805d145dec52a6e8e2ea6d9d76 (diff) | |
download | piem-eb40c78da8217b22681f5c42d74d9bc64eff1e77.tar.gz |
lei: Add command for viewing a thread
piem-lei-query presents a message-based overview. In many cases the
caller will want to use that search result as a seed for finding the
associated thread. Add a command that construct thread for a given
message.
The threading algorithm is based on public-inbox's. Some details may
have been lost in translation, but I haven't spotted any differences
yet when doing side-by-side comparisons of output from
piem-lei-query-thread and public-inbox's web interface. And testing
with a few ~100-message threads, the performance seems to be okay.
The appearance also follows public-inbox's, which I like.
Message-Id: <20210605211402.20304-7-kyle@kyleam.com>
Diffstat (limited to 'tests/piem-tests.el')
-rw-r--r-- | tests/piem-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/piem-tests.el b/tests/piem-tests.el index 5f01a5e..91beb9a 100644 --- a/tests/piem-tests.el +++ b/tests/piem-tests.el @@ -21,6 +21,7 @@ (require 'ert) (require 'piem) +(require 'piem-lei-tests) (require 'piem-rmail-tests) (ert-deftest piem-message-link-re () |