Commits


mexp: defer skip test after $tid is set otherwise we run with an undef $tid when processing new replies to existing threads.


pledge and unveil the scripts


drop needless mkdirs


mexp: handle the body line by line


move the mid -> path code to a sub in the package


drop needless chomp


move some common code in a module


don't export the mbox this wasn't a good idea as the mbox contains sensitive data (IP addresses, hostnames and whatnot). Not good to publish on the web. Reminded by Stefan


some tweaks to the generated HTML


parallelize exporting mexp is the slowest part of the pipeline. Try to speed it up by paralellizing it. this adds a `pe' scripts that sits in front on N mexp childs and dispatch threads to them, while still outputting the unchanged lines for mkindex. Unscientific testing has shown that this effectively reduces the time for a full export, even if not linearly. (4 jobs cut the time in half, 8 jobs was just barely faster)


assert that $tid is defined


move the html version of the mail under mail/


specify the width for the logo


export also the body of the message


exports (some) parts of the email