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 bccfb77f8b870e9b5fc728c53f17221d804e133f
Author: Daniel Gruno <[email protected]>
AuthorDate: Thu Sep 10 20:03:02 2020 +0200

    list_raw is also used by the UI
---
 server/plugins/mbox.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/plugins/mbox.py b/server/plugins/mbox.py
index dcfb066..108f35d 100644
--- a/server/plugins/mbox.py
+++ b/server/plugins/mbox.py
@@ -44,6 +44,7 @@ mbox_cache_privacy: typing.Dict[str, bool] = {}
 used_ui_fields = [
     "private",
     "list",
+    "list_raw",
     "attachments",
     "from",
     "message-id",

Reply via email to