Commits


README: mention how MAKE_JOBS is handled by pe


sync default value


drop trailing slash


needless trailing slash


less chatty


change MDIR and OUTDIR defaults


pe: be less chatty


ignore by default audio, images and videos attachments we can relax the rule as we go.


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


mkindex: adjust pledge for cross-filesystem move()


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.


pledge and unveil the scripts


drop needless mkdirs


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 :)


mexp: handle the body line by line