This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 5ed95497d73c0531fe206b9f942c3338106255a9 Author: Daniel Gruno <[email protected]> AuthorDate: Sun Sep 6 09:05:04 2020 +0200 Add a new field, specifying whether HTML from an HTML-only email was saved without conversion to text --- tools/mappings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mappings.yaml b/tools/mappings.yaml index 6743a07..bd2b7b5 100644 --- a/tools/mappings.yaml +++ b/tools/mappings.yaml @@ -68,6 +68,8 @@ mbox: type: text from_raw: type: keyword + html_as_source: + type: boolean in-reply-to: type: keyword list:
