summaryrefslogtreecommitdiff
path: root/mailman/bin/withlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/bin/withlist.py')
-rw-r--r--mailman/bin/withlist.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/mailman/bin/withlist.py b/mailman/bin/withlist.py
index c6a352319..2b312a87c 100644
--- a/mailman/bin/withlist.py
+++ b/mailman/bin/withlist.py
@@ -210,5 +210,8 @@ def main():
"The variable 'm' is the $listname mailing list")
else:
banner = interact.DEFAULT_BANNER
- overrides = dict(m=LAST_MLIST, r=r)
+ overrides = dict(m=LAST_MLIST, r=r,
+ commit=config.db.commit,
+ abort=config.db.abort,
+ config=config)
interact.interact(upframe=False, banner=banner, overrides=overrides)