On 2025/01/22 01:22, Lloyd wrote: > It would be a tragedy for this code to be relegated to the dustbin of the > Internet,
please skip the melodrama. > into the fix. Does anyone know how we can get this to the attention of the > Alpine ports maintainer to finally fix this once and for all? Thanks. there's no maintainer for the mail/alpine port. ideally send a diff to the port with brief details about what it does (no need for a big long commentary explaining all the stages of how it was worked out) and hopefully someone interested in the port will take a look. quick instructions to update patches in the port with your changes, cd /usr/ports/mail/alpine make patch cd `make show=WRKSRC` (if you want to edit a file that hasn't been patched before, cp file file.orig.port) edit as necessary cd - make update-patches (if you edited a file that hasn't been patched before, cvs add patches/patch-whatever) cvs diff -uNp > /tmp/alpine.diff