Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / burst.c
index 66831c1..4c50485 100644 (file)
@@ -114,7 +114,7 @@ main(int argc, char **argv)
        }
 
        if (!msgp)
-               msgs[msgp++] = "cur";
+               msgs[msgp++] = seq_cur;
        if (!folder)
                folder = getcurfol();
        maildir = toabsdir(folder);