aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Handlers
diff options
context:
space:
mode:
authorYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-05-16 17:30:44 +0900
committerYasuhito FUTATSUKI at POEM <futatuki@poem.co.jp>2016-05-16 17:30:44 +0900
commit5470c21a0348e7bbc95543af762747417260cb10 (patch)
treed8714ce99d9b089361052fcc1ce73529c082f4ad /Mailman/Handlers
parent45f5e264dfb3359589d1b2a6416c332c28738da5 (diff)
parent631b834dd33fd65bf3c6e901980fb96c13a8d153 (diff)
downloadmailman2-5470c21a0348e7bbc95543af762747417260cb10.tar.gz
mailman2-5470c21a0348e7bbc95543af762747417260cb10.tar.xz
mailman2-5470c21a0348e7bbc95543af762747417260cb10.zip
Merge lp:mailman/2.1 rev 1650
Diffstat (limited to '')
-rw-r--r--Mailman/Handlers/WrapMessage.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Handlers/WrapMessage.py b/Mailman/Handlers/WrapMessage.py
index 83f521fb..2bb540d6 100644
--- a/Mailman/Handlers/WrapMessage.py
+++ b/Mailman/Handlers/WrapMessage.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2015 by the Free Software Foundation, Inc.
+# Copyright (C) 2013-2016 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -34,6 +34,7 @@ KEEPERS = ('to',
'in-reply-to',
'references',
'x-mailman-approved-at',
+ 'date',
)