Commit Briefs

Omar Polo

style


Omar Polo

use File::Temp for the index pages; specify why it's not using tmppath

we can't use the tmppath pledge promise as File::Temp checks whether /tmp exists. We could unveil("/tmp", "r") and use `tmppath', but it seem misleading. (noticed after semarie@ reminded me of `tmppath')


Omar Polo

specify why it's not using tmppath pledge promise

in theory `mexp' could use the tmppath pledge promise and drop unveil("/tmp/", "rwc") BUT File::Temp checks whether /tmp exists. Another option would be to unveil("/tmp", "r") and use tmppath, but that could seem misleading. (noticed after semarie@ reminded me of `tmppath')


Omar Polo

state the license on each file


Omar Polo

tweak the readme

the subtitle was meant to be more of a joke, but as it can be misinterpreted let's change it.


Omar Polo

more stuff to do


Omar Polo

s/entries/threads/g


Omar Polo

tweak the readme




Omar Polo

more to do



Omar Polo

fix spacing in the thread header


Omar Polo

fix the Date header on the raw email too

while here also drops a useless chomp


Omar Polo

add a TODO file