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. :-) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle -- 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