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 1a2c33d8900ecce16e2e8459333edaaa91b4fc24 Author: Daniel Gruno <[email protected]> AuthorDate: Thu Sep 10 14:36:47 2020 +0200 add a notes field. This can be a single text or an array of texts --- tools/mappings.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mappings.yaml b/tools/mappings.yaml index 8828396..8c881b7 100644 --- a/tools/mappings.yaml +++ b/tools/mappings.yaml @@ -87,6 +87,8 @@ mbox: type: text to: type: text + notes: + type: text notification: properties: date:
