diff options
| -rw-r--r-- | Mailman/Archiver/Archiver.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Mailman/Archiver/Archiver.py b/Mailman/Archiver/Archiver.py index 8a0059fb9..988f3c82a 100644 --- a/Mailman/Archiver/Archiver.py +++ b/Mailman/Archiver/Archiver.py @@ -73,8 +73,6 @@ class Archiver: self.archive_volume_frequency = \ mm_cfg.DEFAULT_ARCHIVE_VOLUME_FREQUENCY - # Not configurable - self.clobber_date = 0 # Though the archive file dirs are list-specific, they are not # settable from the web interface. If you REALLY want to redirect # something to a different dir, you can set the member vars by @@ -131,12 +129,6 @@ class Archiver: ('archive_private', mm_cfg.Radio, (_('public'), _('private')), 0, _('Is archive file source for public or private archival?')), - ('clobber_date', mm_cfg.Radio, - (_('When sent'), _('When resent')), - 0, - _('''Set date in archive to when the mail is claimed to have been - sent, or to the time we resend it?''')), - ('archive_volume_frequency', mm_cfg.Radio, (_('Yearly'), _('Monthly'), _('Quarterly'), _('Weekly'), _('Daily')), |
