summaryrefslogtreecommitdiffstats
path: root/copy.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2018-12-27 12:05:43 -0800
committerKevin McCarthy <kevin@8t8.us>2018-12-29 14:12:07 -0800
commit333312c22e762169500949583755b6e208fc23e5 (patch)
treee620bcb1f72ffb690c880c60e33ad1c4700a55ef /copy.h
parent2817372ffb68c46f68d14d844b913204f9c7dccc (diff)
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.
Diffstat (limited to 'copy.h')
-rw-r--r--copy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/copy.h b/copy.h
index 2ba54143..11ade381 100644
--- a/copy.h
+++ b/copy.h
@@ -54,6 +54,7 @@
#define CH_UPDATE_REFS (1<<17) /* update References: */
#define CH_DISPLAY (1<<18) /* display result to user */
#define CH_UPDATE_LABEL (1<<19) /* update X-Label: from hdr->env->x_label? */
+#define CH_UPDATE_SUBJECT (1<<20) /* update Subject: protected header update */
int mutt_copy_hdr (FILE *, FILE *, LOFF_T, LOFF_T, int, const char *);