From: Richard Russon Date: Wed, 18 Jul 2018 22:20:28 +0000 (+0100) Subject: boolify AttachPtr X-Git-Tag: 2019-10-25~749^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea7e41a6dc22b5c5c78ffa00fb289fa3f54a2f88;p=neomutt boolify AttachPtr --- diff --git a/email/attach.h b/email/attach.h index 177663f4e..166bc52b2 100644 --- a/email/attach.h +++ b/email/attach.h @@ -39,8 +39,8 @@ struct AttachPtr char *tree; int level; int num; - bool unowned : 1; /**< don't unlink on detach */ - unsigned int decrypted : 1; /**< not part of message as stored in the hdr->content. */ + bool unowned : 1; /**< don't unlink on detach */ + bool decrypted : 1; /**< not part of message as stored in the hdr->content. */ }; /**