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
The following commit(s) were added to refs/heads/master by this push:
new 3cd0e2b IRT is now used
3cd0e2b is described below
commit 3cd0e2b1db6ffbc55392af9c2babdb8bf0d8c3a7
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Nov 16 00:29:21 2021 +0100
IRT is now used
---
server/plugins/messages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/plugins/messages.py b/server/plugins/messages.py
index 863e4e2..baf6e1a 100644
--- a/server/plugins/messages.py
+++ b/server/plugins/messages.py
@@ -67,7 +67,7 @@ USED_UI_FIELDS = [
"subject",
]
# The following fields are currently excluded:
-# from_raw, permalinks, dbid, date, references, in-reply-to, html_source_only,
forum, size, to, cc
+# from_raw, permalinks, dbid, date, references, html_source_only, forum, size,
to, cc
# The body_short contents may replace the body contents, but it is not
returned separately