rework compress_info type a bit.
[apps/madmutt.git] / mbox.c
diff --git a/mbox.c b/mbox.c
index 3832eee..79658fa 100644 (file)
--- a/mbox.c
+++ b/mbox.c
@@ -811,7 +811,7 @@ int mbox_close_mailbox (CONTEXT * ctx)
 {
   mx_unlock_file (ctx->path, fileno (ctx->fp), 1);
 
-  if (ctx->compressinfo)
+  if (ctx->cinfo)
     mutt_slow_close_compressed (ctx);
 
   mutt_unblock_signals ();