Index | Thread | Search

From:
Christian Schulte <cs@schulte.it>
Subject:
Re: add support to httpd for serving static brotli encoded files
To:
Adam Mullins <alm@alm4x.com>, tech@openbsd.org
Date:
Tue, 24 Feb 2026 14:46:56 +0100

Download raw body.

Thread
Am 24.02.2026 um 14:02 schrieb Adam Mullins:
> Thanks for pointing out the style guide. I'll clean up the patch and
> resubmit later. Admittedly I sent it a little early. That will teach me
> to compose directly in Thunderbird! :)

Composing mail including a diff using thunderbird is impossible. A
workflow to consider maybe:

$ cd /usr/src/
schulte@0x02.schulte.it /usr/src
2026-02-24T14:37:11+0100
$ cvs diff -u usr.sbin/httpd/ >/tmp/msg
cvs server: Diffing .
cvs server: Diffing usr.sbin
cvs server: Diffing usr.sbin/httpd
schulte@0x02.schulte.it /usr/src
2026-02-24T14:37:11+0100

I would then edit /tmp/msg adding From:, To: and Subject: headers and
when finished would use sendmail -t </tmp/msg. OpenBSD base ships with a
working SMTP setup you can use by default that way. This decouples from
any thunderbird formatting likely breaking formatting.

Regards,
-- 
Christian