Commits


bundle the images and drop the hard dependency on imagemagick


more to do


drop trailing space on Date header values


fix spacing in the thread header


fix the Date header on the raw email too while here also drops a useless chomp


add a TODO file


add a nav at the end of each mail for raw body and thread link


drop `next-prev' class; just use `nav' as selector


fix typo in link


re-add space


chmod a+r the exported parts so they can be served


create temp files in /tmp and don't allow writes to "." there's little point to use pledge/unveil and then allow the program to modify itself...


refactor the "thread header" into a separate function


move index header to separate file and behind a function


refactor how external file are slurped