Re: [Mailman-Users] Remove Caps from Lists name and Prefix

2003-11-05 Thread Richard Barrett
On Wednesday, November 5, 2003, at 04:53 am, Pablo Chamorro C. wrote: Sorry, I already found the answer: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06851.html for Mailman 2.1.1 I think it would be: Mailman/MailList.py # all lowercase # self.real_name = internalname[0].up

Re: [Mailman-Users] Remove Caps from Lists name and Prefix

2003-11-04 Thread Pablo Chamorro C.
Sorry, I already found the answer: http://www.mail-archive.com/[EMAIL PROTECTED]/msg06851.html for Mailman 2.1.1 I think it would be: Mailman/MailList.py # all lowercase # self.real_name = internalname[0].upper() + internalname[1:] self.real_name = internalname[0] + inte

[Mailman-Users] Remove Caps from Lists name and Prefix

2003-11-04 Thread Pablo Chamorro C.
This question was posted one year ago: "When I create a list it is all lowercase (testlist) But when I go to the GUI it shows up with a cap as the first letter (Testlist) This happens to the real name and prefix sections. How to make it so when I create a list it doesn't change this, I have to go

[Mailman-Users] Remove Caps from Lists name and Prefix

2002-07-12 Thread Larry Guest
When I create a list it is all lowercase (testlist) But when I go to the GUI it shows up with a cap as the first letter (Testlist) This happens to the real name and prefix sections. How to make it so when I create a list it doesn't change this, I have to go in and do it by hand right now. Thanks