This is an automated email from the ASF dual-hosted git repository.

sebb 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 1a48099  sort list
1a48099 is described below

commit 1a48099fc35eb56c9dbbe73042779c4eb4d6d500
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 22 23:42:21 2021 +0000

    sort list
---
 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 f255f18..b9df057 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, html_source_only, forum, size, 
to, cc
+# cc, date, dbid, forum, html_source_only, from_raw, permalinks, references, 
size, to
 # The body_short contents may replace the body contents, but it is not 
returned separately
 
 

Reply via email to