Commit Briefs

Omar Polo

change MDIR and OUTDIR defaults


Omar Polo

pe: be less chatty


Omar Polo

ignore by default audio, images and videos attachments

we can relax the rule as we go.


Omar Polo

mexp: defer skip test after $tid is set

otherwise we run with an undef $tid when processing new replies to existing threads.



Omar Polo

use move from File::Copy instead of rename

i was reminded that rename doesn't work across filesystems. `move' from File::Copy attempts to use rename and falls back to a copy+unlink, which is the thing we need.


Omar Polo

pledge and unveil the scripts


Omar Polo

drop needless mkdirs


Omar Polo

css: simplify rule for threads vertical lines

netsurf' css engine didn't handle the "> ul ul" selector correctly. rephrase it so even netsurf is happy :)


Omar Polo

mexp: handle the body line by line



Omar Polo

drop needless chomp


Omar Polo

move some common code in a module


Omar Polo

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


Omar Polo

some tweaks to the generated HTML