commit 1c159d06479494f529bb5217d9859b7c2137e107 from: Omar Polo date: Fri Aug 26 19:43:58 2022 UTC README: mention how MAKE_JOBS is handled by pe commit - f5f6f5109183162e82418fdde7746584e28cf45d commit + 1c159d06479494f529bb5217d9859b7c2137e107 blob - a8dde91f26b765ac8c7d1b3dd7646b3b792bb526 blob + 64f392f0703beaf1059a817ee030bec1fbd075f7 --- README +++ README @@ -17,7 +17,7 @@ How it works The makefile uses mlist(1) to gather all the mail of the mailing list, mthread(1) for threading and mscan(1) for parsing. -Then, three custom scripts are called:: +Then, three custom scripts are called: - mexp: creates a separate HTML page for each mail, as well as the raw message/body parts and the attachments. It's the heaviest part @@ -39,6 +39,9 @@ will create and populate a `/var/www/marc' directory w files. Pass OUTDIR to override the destination directory. MDIR defaults to ~/Mail/gameoftrees. +There's some basic support for paralellizing the export, although it's +disabled by default. Tweak MAKE_JOBS for `pe' to use multiple jobs. + Every once in a while, the maildir should be synced (with mbsync for example) and `make' re-run to update the archive. gotmarc does incremental updates to some extent so except for the first run, which