rework compress_info type a bit.
[apps/madmutt.git] / lib-ui / curs_main.c
index e23764e..fdce20e 100644 (file)
@@ -1210,7 +1210,7 @@ int mutt_index_menu (void)
       if (Context) {
         int check;
 
-        if (Context->compressinfo && Context->realpath)
+        if (Context->cinfo && Context->realpath)
           m_strreplace(&LastFolder, Context->realpath);
         else
           m_strreplace(&LastFolder, Context->path);