summaryrefslogtreecommitdiff
path: root/src/mailman/config
diff options
context:
space:
mode:
authortoshio2012-03-14 05:30:52 +0000
committertoshio2012-03-14 05:30:52 +0000
commitd1a9979ecf35d05ed115651dcc6b8680af08b954 (patch)
treecde5caa9a9c20467b4cb3768b564d08e6a368b1a /src/mailman/config
parentccde42a936f6c87032c7afd80f33ca5f3fa00b54 (diff)
parentbcc42e2201c7172848185e5675a7b79e3d28aa0f (diff)
downloadmailman-d1a9979ecf35d05ed115651dcc6b8680af08b954.tar.gz
mailman-d1a9979ecf35d05ed115651dcc6b8680af08b954.tar.zst
mailman-d1a9979ecf35d05ed115651dcc6b8680af08b954.zip
Merge with upstream
Diffstat (limited to 'src/mailman/config')
-rw-r--r--src/mailman/config/schema.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index ebbc50fc8..8edde2c8d 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -62,6 +62,21 @@ post_hook:
# Which paths.* file system layout to use.
layout: dev
+[shell]
+# `bin/mailman shell` (also `withlist`) gives you an interactive prompt that
+# you can use to interact with an initialized and configured Mailman system.
+# Use --help for more information. This section allows you to configure
+# certain aspects of this interactive shell.
+
+# Customize the interpreter prompt.
+prompt: >>>
+
+# Banner to show on startup.
+banner: Welcome to the GNU Mailman shell
+
+# Use IPython as the shell, which must be found on the system.
+use_ipython: no
+
[paths.master]
# Important directories for Mailman operation. These are defined here so that