mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-09-19 02:02:46 +02:00

The maintainer of this library has gone AWOL. We are depending on a patch that has never been merged. Let's vendor the library to avoid future issues. This patch has been made with the following steps: git clone https://github.com/konimarti/jwz lib/jwz git -C lib/jwz checkout fix-missing-messages mv lib/jwz/test/testdata/ham lib/jwz/testdata sed -i 's#test/testdata#testdata#' lib/jwz/jwz_test.go rm -rf lib/jwz/.* lib/jwz/docs lib/jwz/examples lib/jwz/test sed -i 's#github.com/gatherstars-com/jwz#git.sr.ht/~rjarry/aerc/lib/jwz#' \ lib/threadbuilder.go go mod tidy git add --intent-to-add lib/jwz make fmt Along with some manual adjustments to fix the linter warnings. Also, to make the patch smaller, I only kept 93 test emails from the test data fixture. Changelog-changed: The JWZ library used for threading is now vendored. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Moritz Poldrack <moritz@poldrack.dev>
30 lines
413 B
INI
30 lines
413 B
INI
# ex: ft=dosini
|
|
|
|
[codespell]
|
|
quiet-level = 35
|
|
skip =
|
|
*.1,
|
|
*.5,
|
|
*.7,
|
|
*log*,
|
|
*.log*,
|
|
.changelog.md,
|
|
.env,
|
|
contrib/aerc.desktop,
|
|
filters/vectors/*,
|
|
lib/jwz/testdata/*,
|
|
tags,
|
|
ignore-words-list =
|
|
DeVault,
|
|
Fo,
|
|
THRID,
|
|
fo,
|
|
fpr,
|
|
froms,
|
|
localY,
|
|
ment,
|
|
struc,
|
|
te,
|
|
thrid,
|
|
uri-ignore-words-list = *
|
|
ignore-regex = ^(Cc|(Suggested|Requested|Reported|Co-authored|Signed-off|Tested|Reviewed|Acked)-by):\s.+$
|