On Tuesday 05 August 2008 07:39:22 am Karl Hasselström wrote: > On 2008-08-01 16:50:45 -0600, Bjorn Helgaas wrote: > > > Is there a way to make stg pay attention to my "To:" lines in the > > patch description? Or another way to accomplish this? > > It can't do it at the moment, but it should be easy to fix. In > stgit/commands/mail.py, the following lines > > if options.auto: > extra_cc = __get_signers_list(descr) > else: > extra_cc = [] > > add the extra CC addresses. You could augment __get_signers_list to > return a tuple of to and cc addresses instead of just cc addresses, > pass those addesses to the same place extra_cc is fed now, and that's > it. > > If you really hate Python, don't have time, etc., I can do it for you > (as long as you agree to test it) -- just ask -- but I try to take > every opportunity to get people to contribute patches. :-) Thanks for the hints. I'll take a look at it. It'll take me a while, but it's a good excuse to try to learn a little Python. Bjorn -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html