]> granicus.if.org Git - neomutt/commitdiff
boolify AttachPtr
authorRichard Russon <rich@flatcap.org>
Wed, 18 Jul 2018 22:20:28 +0000 (23:20 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 19 Jul 2018 09:56:47 +0000 (10:56 +0100)
email/attach.h

index 177663f4e8240e463b4d1bf999326d78e868404b..166bc52b22fe0cb0a4e80e3356db1948fe6e25d3 100644 (file)
@@ -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. */
 };
 
 /**