Skip to content
Compare
Choose a tag to compare
@dawidd6 dawidd6 released this 17 Oct 07:49
· 33 commits to master since this release
ba46013
Add ability to set In-Reply-To tag (#81)

* Add ability to set In-Reply-To tag

This is useful to reply to a specific email, e.g. to a patch sent by
email on a mailing list.

Please note that both the In-Reply-To and the References tags are
filled-in. In theory, only the In-Reply-To tag should be enough but they
are both linked to the same idea and in theory most emails readers
should support a Message-ID given in In-Reply-To tag. So just in case,
we fill both to imitate many email clients.

Signed-off-by: Matthieu Baerts <[email protected]>

* Update test.yml

Co-authored-by: Dawid Dziurla <[email protected]>