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.git
The following commit(s) were added to refs/heads/master by this push:
new f4c0fef Document unfortunate behaviour
f4c0fef is described below
commit f4c0fefddf13c78fa16940022598e43b91afa243
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 14 21:25:10 2020 +0100
Document unfortunate behaviour
---
tools/generators.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tools/generators.py b/tools/generators.py
index 528ca16..4e06fc6 100644
--- a/tools/generators.py
+++ b/tools/generators.py
@@ -33,6 +33,9 @@ def full(msg, _body, lid, _attachments):
The id is almost certainly unique,
but different copies of the message are likely to have different headers,
thus ids
+ WARNING: the archiver by default adds an archived-at header with the
current time.
+ This is included in the hash, so messages will get different Permalinks if
reloaded from source
+
Parameters:
msg - the parsed message
_body - the parsed text content (not used)