diff options
Diffstat (limited to 'modules/mm_archive.py')
| -rw-r--r-- | modules/mm_archive.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/mm_archive.py b/modules/mm_archive.py index 038501a82..0b7113fcf 100644 --- a/modules/mm_archive.py +++ b/modules/mm_archive.py @@ -1,3 +1,11 @@ +"""Mixin class for putting new messages in the right place for archival. + +Public archives are separated from private ones. An external archival +mechanism (eg, pipermail) should be pointed to the right places, to do the +archival.""" + +__version__ = "$Revision: 394 $" + import sys, os, string import mm_utils, mm_mbox, mm_cfg, mm_message |
