summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-07-11 18:45:45 -0700
committerKevin McCarthy <kevin@8t8.us>2019-08-03 14:08:09 -0700
commitc7d4b01957745a333912ab415570858064843000 (patch)
tree71a3b739a0c807e795e5a8f20047e267d53b6501 /mutt.h
parent7fd50ddd8f4899232567573e26faf1863ae5b390 (diff)
Process autocrypt headers.
Create/update peer database accounts and gpg keys based on the headers.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt.h b/mutt.h
index 7e6cdc5a..d15ab106 100644
--- a/mutt.h
+++ b/mutt.h
@@ -680,7 +680,7 @@ typedef struct autocrypt
char *keydata;
unsigned int prefer_encrypt : 1;
unsigned int invalid : 1;
- struct autocrypt *next; /* used by gossip headers */
+ struct autocrypt *next;
} AUTOCRYPTHDR;
#endif