Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / mhlist.c
index c12a6b9..12480cf 100644 (file)
@@ -287,7 +287,7 @@ do_cache:
                ** message(s) are coming from a folder
                */
                if (!msgs.size)
-                       app_msgarg(&msgs, "cur");
+                       app_msgarg(&msgs, seq_cur);
                if (!folder)
                        folder = getcurfol();
                maildir = toabsdir(folder);