Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / send.c
index 2847add..eb67824 100644 (file)
@@ -258,7 +258,7 @@ main(int argc, char **argv)
        }
 
        if (!msgp)
-               msgs[msgp++] = "cur";
+               msgs[msgp++] = seq_cur;
        maildir = toabsdir(draftfolder);
 
        if (chdir(maildir) == NOTOK)