mhpgp: use trusted header field copies to replace original header fields
authormarkus schnalke <meillo@marmaro.de>
Mon, 17 Apr 2017 21:52:26 +0000 (23:52 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 17 Apr 2017 21:52:26 +0000 (23:52 +0200)
commit403e71903f2bb190f83a2cababef05697babec5b
treea4d5046ed507d31fd7bd8b53e2a347b49b4ea5ab
parent41ad151c26f230e99d1ec6df0dcc477e72a7e6f7
mhpgp: use trusted header field copies to replace original header fields

Enigmail provides so called ``protected-headers'', which are copies
of some main mail header fields to protect them from forgery.

Mhpgp(1) works in a rough way and simply adds this MIME part
to the main header, and this resulted in a doubling of those header
fields.

Now those original headers are removed if trusted copies are
provided within the encrpyted MIME part.
uip/mhpgp.sh