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-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 6bed2a0 Mapping name typo
6bed2a0 is described below
commit 6bed2a062578ce162b3ec56f30877517356ed0b9
Author: Sebb <[email protected]>
AuthorDate: Mon Sep 27 13:54:46 2021 +0100
Mapping name typo
This fixes #93
---
tools/archiver.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/archiver.py b/tools/archiver.py
index e77e6b8..40b6a4b 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -700,7 +700,7 @@ class Archiver(object): # N.B. Also used by import-mbox.py
id=ojson["dbid"],
body={
"message-id": msg_metadata["message-id"],
- "permalink": ojson["mid"],
+ "permalinks": [ojson["mid"]], # TODO: is this correct?
"source": mbox_source(raw_message),
},
)