Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / packf.c
index a7b35ba..faf199c 100644 (file)
@@ -123,7 +123,7 @@ main(int argc, char **argv)
 
        /* default is to pack whole folder */
        if (!msgs.size)
-               app_msgarg(&msgs, "all");
+               app_msgarg(&msgs, seq_all);
 
        if (!folder)
                folder = getcurfol();