Follow-up Comment #12, sr #108467 (project administration): git_mutlimail.py seems to use the repo name as prefix if prefix is not set. And the mailinglist manager then adds another prefix.
Adding git_multimail.REF_CREATED_SUBJECT_TEMPLATE = ( '%(refname_type)s %(short_refname)s created' ' (now %(newrev_short)s)' ) git_multimail.REF_UPDATED_SUBJECT_TEMPLATE = ( '%(refname_type)s %(short_refname)s updated' ' (%(oldrev_short)s -> %(newrev_short)s)' ) git_multimail.REF_DELETED_SUBJECT_TEMPLATE = ( '%(refname_type)s %(short_refname)s deleted' ' (was %(oldrev_short)s)' ) before the call to git_multimail.main(sys.argv[1:]) should fix this. (untested though) _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/support/?108467> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/