You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/09/27 12:40:50 UTC

[incubator-ponymail-foal] branch master updated: Rename to agree with mappings.yaml

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 b72e305  Rename to agree with mappings.yaml
b72e305 is described below

commit b72e3053a93d481f6b20cb2f2dbf0090ff52f4a6
Author: Sebb <se...@apache.org>
AuthorDate: Mon Sep 27 13:39:54 2021 +0100

    Rename to agree with mappings.yaml
---
 tools/archiver.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index 740791c..e77e6b8 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -604,7 +604,7 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
                 "references": msg_metadata["references"],
                 "in-reply-to": irt,
                 "body": body.unflow() if body else "",
-                "html_source_only": body and body.html_as_source or False,
+                "html_as_source": body and body.html_as_source or False,
                 "attachments": attachments,
                 "forum": (lid or "").strip("<>").replace(".", "@", 1),
                 "size": len(raw_msg),