On Thu, Feb 04, 2016 at 12:15:50AM +0200, Felipe Balbi wrote: >> Since I've now been bitten by this several times: Is there any sort of best >> practice for integrating git with MUAs? What I'm doing right now is >> cut-and-paste from mutt to get the to/cc/in-reply-to headers right, and >> that's suboptimal. It feels like it should be a FAQ, but I can't really find >> anything obvious. > have you tried git send-email ? If you wanna send as a reply to another > message, use: > > $ git send-email --to foo@xxxxxxx --cc bar@xxxxxxx --in-reply-to=abcd-message-id@xxxxxxxxxxx Unfortunately that doesn't change anything; I still need to cut-and-paste the to, cc and in-reply-to manually. What I'd want is something like “git send-email as a reply to the last email in my outbox”. Attaching the patch gives me exactly this, by the way, but seemingly ends up with a format that's more cumbersome to receive (which is a bad tradeoff). /* Steinar */ -- Software Engineer, Google Switzerland -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html