~barry/mailman/work1

« back to all changes in this revision

Viewing changes to src/mailman/commands/cli_lists.py

  • Committer: Barry Warsaw
  • Date: 2012-09-05 02:38:07 UTC
  • mfrom: (7167.1.3 bug-1024509)
  • Revision ID: barry@list.org-20120905023807-t3jb9q75m53sg93i
LP: #1024509 - Schema migration; link between members and mailing lists should
use List-ID.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
            return
275
275
        else:
276
276
            log(_('Removed list: $fqdn_listname'))
277
 
        remove_list(fqdn_listname, mlist)
 
277
        remove_list(mlist)