This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git
The following commit(s) were added to refs/heads/master by this push:
new bbec774 Docco
bbec774 is described below
commit bbec774eb667e4038c1b806402da65619969ffe9
Author: Sebb <[email protected]>
AuthorDate: Sat Aug 29 13:36:32 2020 +0100
Docco
---
tools/collate-mboxes.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/collate-mboxes.py b/tools/collate-mboxes.py
index af617fe..ecda970 100644
--- a/tools/collate-mboxes.py
+++ b/tools/collate-mboxes.py
@@ -4,6 +4,7 @@ Simple tool for collating multiple mbox files into a single
one, sorted by messa
Used for multi-import tests where you wish to check that multiple sources give
the same ID
WARNING: emails without a Message-ID are currently silently dropped
+The code also assumes that mboxes have CRLF line-endings
"""
import mailbox
import sys