aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Archiver/pipermail.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-12-24finished_update_article(): Richard Barrett's fix to reduce Pipermailbwarsaw1-0/+9
archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This is a stub in the base class. _update_thread_index(): Call finished_update_article() when done. store_article(): squirrel away the html_body value when pickling the article. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives.
2003-09-22Backporting from the HEAD -- updated archiverbwarsaw1-2/+2
2003-01-10_set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw1-1/+1