From 44ec37f890c7d4d35504d8f2e56c01abe8c60940 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 15 Mar 2012 19:06:22 -0700 Subject: Eradicate Pipermail. Everything but the scrubber test works. That will take some new APIs I suspect. --- src/mailman/rest/lists.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mailman/rest/lists.py') diff --git a/src/mailman/rest/lists.py b/src/mailman/rest/lists.py index 0103022e7..9372d71dc 100644 --- a/src/mailman/rest/lists.py +++ b/src/mailman/rest/lists.py @@ -135,10 +135,7 @@ class AList(_ListBase): """Delete the named mailing list.""" if self._mlist is None: return http.not_found() - remove_list(self._mlist.fqdn_listname, self._mlist, - # XXX 2010-07-06 barry we need a way to remove the list - # archives either with the mailing list or afterward. - archives=False) + remove_list(self._mlist.fqdn_listname, self._mlist) return no_content() @resource.child(member_matcher) -- cgit v1.2.3-70-g09d2