add apps/mdir

This commit is contained in:
sl 2025-06-14 23:48:50 +00:00
parent 51e19b2266
commit 71619f80dc
3 changed files with 199 additions and 0 deletions

10
apps/mdir/TODO Normal file
View file

@ -0,0 +1,10 @@
* unfuck quoted-printable crap
* more robust plaintext extraction from mime
* more efficient month sort in the year view
* I think sort(1) might have a bug with -M and pos1
* or stupid awk can just produce an ordered list
* a lot of speedup
* this might mean an external index
* or it might just mean aggressive in-app cache
* do we want threading in the month views
* decode non-ascii header values (From: especially)