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].upper() + internalname[1:]
        self.real_name = internalname[0] + internalname[1:]


Or even


self.real_name = internalname

Pablo

On Tue, 4 Nov 2003, Pablo Chamorro C. wrote:

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 in and do it by hand
right now."


Does somebody know the answer?



------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to