aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui
diff options
context:
space:
mode:
authortkikuchi <>2004-10-09 12:54:00 +0000
committertkikuchi <>2004-10-09 12:54:00 +0000
commit76081b2566d1e183e2a325af8a5457553c687a12 (patch)
treec0c59ff50b3fedfc20e1e2ccc22f45170507130f /Mailman/Gui
parent9cef36e85ff27efd1eed857d78b19a4f9bcbd8bb (diff)
downloadmailman2-76081b2566d1e183e2a325af8a5457553c687a12.tar.gz
mailman2-76081b2566d1e183e2a325af8a5457553c687a12.tar.xz
mailman2-76081b2566d1e183e2a325af8a5457553c687a12.zip
[ 601117 ] add sequencial number in subject prefix
Here is my major patch. It was postponed to 2.2 but since 2.2 is so late...
Diffstat (limited to 'Mailman/Gui')
-rw-r--r--Mailman/Gui/General.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py
index 4b587e05..833735cd 100644
--- a/Mailman/Gui/General.py
+++ b/Mailman/Gui/General.py
@@ -145,7 +145,11 @@ class General(GUIBase):
posted to the list, to distinguish mailing list messages in in
mailbox summaries. Brevity is premium here, it's ok to shorten
long mailing list names to something more concise, as long as it
- still identifies the mailing list.""")),
+ still identifies the mailing list.
+ You can also add a sequencial number by %%d substitution
+ directive. eg.; [listname %%d] -> [listname 123]
+ (listname %%05d) -> (listname 00123)
+ """)),
('anonymous_list', mm_cfg.Radio, (_('No'), _('Yes')), 0,
_("""Hide the sender of a message, replacing it with the list