Zen

Translation

As another example, say you wanted to change the display name for a particular mailing list. You could put the following function in a file called `change.py`: def change(mlist, display_name): mlist.display_name = display_name and run this from the command line: % mailman withlist -r change -l ant@example.com 'My List' Note that you do not have to explicitly commit any database transactions, as Mailman will do this for you (assuming no errors occured).
English
Context English Portuguese (Brazil) Actions
Context English Portuguese (Brazil) Actions

Loading…

User avatar rafaelff

Translation added

3 years ago
Browse all string changes

Things to check

Mismatching line breaks

Number of new lines in translation does not match source

Reset

Glossary

English Portuguese (Brazil)
mailing list lista de discussão GNU Mailman
mailing list lista de discussão GNU Mailman
Mailman Mailman GNU Mailman

String information

Context
As another example, say you wanted to change the display name for a particular
mailing list. You could put the following function in a file called
`change.py`:

def change(mlist, display_name):
mlist.display_name = display_name

and run this from the command line:

% mailman withlist -r change -l ant@example.com 'My List'

Note that you do not have to explicitly commit any database transactions, as
Mailman will do this for you (assuming no errors occured).
String age
3 years ago
Last updated
11 months ago
Source string age
4 years ago