diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-16 17:30:44 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-16 17:30:44 +0900 |
commit | 5470c21a0348e7bbc95543af762747417260cb10 (patch) | |
tree | d8714ce99d9b089361052fcc1ce73529c082f4ad /Mailman/Handlers/WrapMessage.py | |
parent | 45f5e264dfb3359589d1b2a6416c332c28738da5 (diff) | |
parent | 631b834dd33fd65bf3c6e901980fb96c13a8d153 (diff) | |
download | mailman2-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.py | 3 |
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', ) |