commit 8a61f654cf2ba5a3e64ba777b451f890e2a08827
Author: Jan RÄ™korajski <[email protected]>
Date:   Fri Aug 31 18:32:32 2018 +0200

    try to get gmail thread each request set separate conversation

 PLD_Builder/report.py | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/PLD_Builder/report.py b/PLD_Builder/report.py
index f2b3436..c35af0e 100644
--- a/PLD_Builder/report.py
+++ b/PLD_Builder/report.py
@@ -81,6 +81,8 @@ def send_report(r, is_src = False):
         m.set_header("References", "<%[email protected]>" % r.id)
         m.set_header("In-Reply-To", "<%[email protected]>" % r.id)
 
+    m.set_header("X-Entity-Ref-ID", "%s" % r.id)
+
     for b in r.batches:
         if b.build_failed and b.logfile == None:
             info = b.skip_reason
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/8a61f654cf2ba5a3e64ba777b451f890e2a08827

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to