Add a new script to process emails in an mbox file

This can be used with the mbox files for the guix-commits mailing list to add
older emails in to the database.
This commit is contained in:
Christopher Baines 2019-09-28 23:55:11 +01:00
parent 4df889fc3c
commit ea253c4515
4 changed files with 68 additions and 0 deletions

View file

@ -25,6 +25,7 @@ bin_SCRIPTS = \
scripts/guix-data-service-process-job \
scripts/guix-data-service-process-jobs \
scripts/guix-data-service-process-branch-updated-email \
scripts/guix-data-service-process-branch-updated-mbox \
scripts/guix-data-service-query-build-servers
moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)