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 8533443f2edff8fdf1b701961e4b5cae0cc0b671 Author: Daniel Gruno <[email protected]> AuthorDate: Mon Nov 15 18:36:27 2021 +0100 IRT is useful for detecting non-top-level threads, show it off --- server/plugins/messages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/plugins/messages.py b/server/plugins/messages.py index 6be6a63..c097d3d 100644 --- a/server/plugins/messages.py +++ b/server/plugins/messages.py @@ -58,6 +58,7 @@ USED_UI_FIELDS = [ "from", "gravatar", "id", + "in-reply-to", "list_raw", "list", "message-id",
