summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-15 18:36:57 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commita2a2e88524eafdbb49bdfdbdab557953a6cc9372 (patch)
treef4cf706d9303cfce41f24f0d6a6032d1b5399ab1 /mutt.h
parentf0946c86d813ba993d0e7463dfe259831e3e1069 (diff)
Add gossip header processing.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index d15ab106..7bd2be28 100644
--- a/mutt.h
+++ b/mutt.h
@@ -708,6 +708,7 @@ typedef struct envelope
LIST *userhdrs; /* user defined headers */
#ifdef USE_AUTOCRYPT
AUTOCRYPTHDR *autocrypt;
+ AUTOCRYPTHDR *autocrypt_gossip;
#endif
unsigned char changed; /* The MUTT_ENV_CHANGED_* flags specify which
* fields are modified */