After simplying maildir_delayed_parsing(), nothing is using the bit
anymore, so remove it from the struct.
---
mh.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/mh.c b/mh.c
index 28244121..824c1ca1 100644
--- a/mh.c
+++ b/mh.c
@@ -65,7 +65,6 @@ struct maildir
{
HEADER *h;
char *canon_fname;
- unsigned header_parsed:1;
#ifdef HAVE_DIRENT_D_INO
ino_t inode;
#endif /* HAVE_DIRENT_D_INO */
@@ -1170,7 +1169,6 @@ static void maildir_delayed_parsing(CONTEXT * ctx, struct
maildir **md,
if (maildir_parse_message(ctx->magic, mutt_b2s(fn), p->h->old, p->h))
{
- p->header_parsed = 1;
#if USE_HCACHE
if (ctx->magic == MUTT_MH)
mutt_hcache_store(hc, p->h->path, p->h, 0, strlen,
MUTT_GENERATE_UIDVALIDITY);
--
2.55.0