]> granicus.if.org Git - neomutt/commit
Add $crypt_protected_headers_save
authorKevin McCarthy <kevin@8t8.us>
Thu, 27 Dec 2018 20:05:43 +0000 (12:05 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 7 Jan 2019 15:09:42 +0000 (15:09 +0000)
commit0f6b89bd267e566a82d12931d8788c42e815d828
treea80c73adc42714873917fecc2862ce713a7d7f2c
parent2f3e9336ac8be29fbb0d7bafc7876717c43132d2
Add $crypt_protected_headers_save

Setting this option will save the protected header back into the
clear-text message headers.  This improves
usability (searching/limiting/replying) when reopening a mailbox
without header cache.  However, it is a security trade-off, so
defaults off and strongly warns about what it is doing in the documentation.

Co-authored-by: Richard Russon <rich@flatcap.org>
commands.c
copy.c
copy.h
email/envelope.h
globals.h
init.h