summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkikuchi2005-11-04 03:57:08 +0000
committertkikuchi2005-11-04 03:57:08 +0000
commit1cdf0c4b195985ee68788a9bfbb68cfe66698bbc (patch)
tree200922f54a1da6f3c1b3ff1ee635cfe143cb7d95
parent1f365430e7344e836c827ba7b3a5f70f8ff7fda3 (diff)
downloadmailman-1cdf0c4b195985ee68788a9bfbb68cfe66698bbc.tar.gz
mailman-1cdf0c4b195985ee68788a9bfbb68cfe66698bbc.tar.zst
mailman-1cdf0c4b195985ee68788a9bfbb68cfe66698bbc.zip
-rw-r--r--bin/config_list4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config_list b/bin/config_list
index 6ebd2e5b0..18ced8f9e 100644
--- a/bin/config_list
+++ b/bin/config_list
@@ -1,6 +1,6 @@
#! @PYTHON@
#
-# Copyright (C) 1998-2003 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2005 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -177,7 +177,7 @@ def do_list_categories(mlist, k, subcat, outfp):
value = gui.getValue(mlist, vtype, varname, data[2])
if value is None and not varname.startswith('_'):
value = getattr(mlist, varname)
- if vtype in (mm_cfg.Text, mm_cfg.FileUpload):
+ if vtype in (mm_cfg.String, mm_cfg.Text, mm_cfg.FileUpload):
print >> outfp, varname, '=',
lines = value.splitlines()
if not lines: