diff options
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', ) |