Commit Diff
Commit:
5f54ec1a3ce64648427d973aa895e00213f99a1c
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Aug 24 16:05:52 2022 UTC
Message:
add a note about updates
commit - 2215cb0b0ca4ab13b147d182095c85bd09304ec9
commit + 5f54ec1a3ce64648427d973aa895e00213f99a1c
blob - ab945655657c3b1c96a58654a1981e5a4f04c745
blob + 3a0724c299e7f42a9b396a770186e9cb5b0a9271
--- README
+++ README
@@ -34,6 +34,11 @@ For use with httpd' `gzip-static' (or similar)
will create and populate a `www' directory with the HTML files. Pass
OUTDIR to override the destination directory.
+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
+will take a while, updating the archive should be fast.
+
For use with httpd' `gzip-static' (or similar)
$ make gzip
Omar Polo