]> granicus.if.org Git - neomutt/commit
$forward_references includes References: header on forwards
authorSerge Gebhardt <serge.gebhardt@gmail.com>
Sat, 19 Nov 2016 22:15:21 +0000 (23:15 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 24 Nov 2016 15:39:26 +0000 (15:39 +0000)
commitb33aadd2ccfc59269c35c2f2cfddcf80771ae336
tree8444c2bc25e54654ca6da6745da16636cbb4c55c
parent559642c2acbc8809f13272bac0709a22f9583c62
$forward_references includes References: header on forwards

By default a forwarded message does not reference the messages it
contains. This commit introduces a new boolean option
`$forward_references`. When it is set, a forwarded message includes the
`In-Reply-To:` and `References:` headers, just like a reply would. Hence
the forwarded message becomes part of the original thread instead of
starting a new one.

Closes: #252
PATCHES
doc/manual.xml.head
init.h
mutt.h
send.c