diff options
author | Alvaro Herrera | 2009-05-27 19:47:37 +0000 |
---|---|---|
committer | Alvaro Herrera | 2009-05-27 19:47:37 +0000 |
commit | 2d24eff77bef3034965582781965ad4a2f767fea (patch) | |
tree | 49438c6b5429ef8ee02a254246a5635bbca9cfed | |
parent | ed993389a03d70a2714a7b1bee4ab6cff559cbed (diff) |
Invoke the script to create text/plain messages on each processed mbox
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2497 8f5c7a92-453e-0410-a47f-ad33c8a6b003
-rwxr-xr-x | archives/bin/mk-mhonarc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archives/bin/mk-mhonarc b/archives/bin/mk-mhonarc index 984477d2..775e22ba 100755 --- a/archives/bin/mk-mhonarc +++ b/archives/bin/mk-mhonarc @@ -116,6 +116,7 @@ process_one_mbox() { gzip $path -f -c > $gzipped fi chmod 755 $gzipped + $ARCHIVES_BIN/splitmbox $gzipped if [ $force -eq 1 ]; then touch $ydashm/forced_run_done fi |