summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-20 14:48:06 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commit009b62c9f773b82b20b6798be3125f471569f14d (patch)
tree45f8092cbbf563b5e4d539b1a4dae0996b44acc7 /mutt.h
parent7c1834078f10d211743f74e2b6c6eb137291be08 (diff)
Add another HEADER security bit for autocrypt.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 7bd2be28..706c87fb 100644
--- a/mutt.h
+++ b/mutt.h
@@ -822,7 +822,9 @@ typedef struct mutt_thread THREAD;
typedef struct header
{
- unsigned int security : 12; /* bit 0-8: flags, bit 9,10: application.
+ unsigned int security : 13; /* bit 0-9: flags
+ bit 10-11: application.
+ bit 12: traditional pgp.
see: mutt_crypt.h pgplib.h, smime.h */
unsigned int mime : 1; /* has a MIME-Version header? */