diff options
| author | bwarsaw | 2001-05-01 06:22:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-01 06:22:51 +0000 |
| commit | b0a80e32763e5e433aef217a3b44309ac8532ddf (patch) | |
| tree | b08e0373c8ad121b46b088b3bda8019a6a9140a4 /Mailman/Archiver/Archiver.py | |
| parent | bdbbbf88fb3ad751c1f63cfd83634830d80a6f24 (diff) | |
| download | mailman-b0a80e32763e5e433aef217a3b44309ac8532ddf.tar.gz mailman-b0a80e32763e5e433aef217a3b44309ac8532ddf.tar.zst mailman-b0a80e32763e5e433aef217a3b44309ac8532ddf.zip | |
Diffstat (limited to 'Mailman/Archiver/Archiver.py')
| -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')), |
