On 29/05/17 09:51, Carlo Lobrano wrote: > I still need to understand how to reply to old email while using git > send-mail (if possible).
You tell your email client to expand the full headers of the original message you want to reply to, and look for the message id, which may be e.g. "<CA+KuA8fu2Ha-r=jw8gdOtahgEj2mPbrv4HCT6j=j5+6djs8...@mail.gmail.com>"; then, in git send-email you say: $ git send-email --in-reply-to="<CA+KuA8fu2Ha-r=jw8gdOtahgEj2mPbrv4HCT6j=j5+6djs8...@mail.gmail.com>" .... -- Aleksander https://aleksander.es _______________________________________________ ModemManager-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel
