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 d3855de  We only need basic metadata here
d3855de is described below

commit d3855de26815035eba8d1be6a361c6c9e32491ac
Author: Sebb <[email protected]>
AuthorDate: Sun Nov 14 12:08:46 2021 +0000

    We only need basic metadata here
    
    The body is fetched from source
---
 server/endpoints/mbox.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/endpoints/mbox.py b/server/endpoints/mbox.py
index 2688dda..3fde4f7 100644
--- a/server/endpoints/mbox.py
+++ b/server/endpoints/mbox.py
@@ -94,6 +94,7 @@ async def process(
         session,
         query_defuzzed,
         query_limit=server.config.database.max_hits,
+        metadata_only=True,
         epoch_order="asc"
     )
 

Reply via email to