You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2021/12/01 11:11:44 UTC

[incubator-ponymail-foal] branch master updated: Docco

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 20c90f5  Docco
20c90f5 is described below

commit 20c90f59456de8910f09660d5aee6ef65fd31bce
Author: Sebb <se...@apache.org>
AuthorDate: Wed Dec 1 11:11:36 2021 +0000

    Docco
---
 tools/archiver.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/archiver.py b/tools/archiver.py
index f8cd707..d13a636 100755
--- a/tools/archiver.py
+++ b/tools/archiver.py
@@ -352,10 +352,10 @@ class Archiver(object):  # N.B. Also used by import-mbox.py
     # This is a list of headers which are stored in msg_metadata
     HDR_KEYS = [
         "archived-at",
-        "delivered-to",
+        "delivered-to", # does not appear to be used at all
         "from",
         "cc",
-        "content-type",
+        "content-type", # not referenced from msg_metadata
         "to",
         "date",
         "in-reply-to",