X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmark.c;h=3818c29babbef376f0229edf2cf7a86761663f58;hp=79763ff232235ac3da672790fa43a0f19a621823;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/uip/mark.c b/uip/mark.c index 79763ff..3818c29 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -29,7 +29,7 @@ static struct swit switches[] = { #define NZEROSW 7 { "nozero", 0 }, #define VERSIONSW 8 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 9 { "help", 0 }, #define DEBUGSW 10 @@ -48,8 +48,8 @@ int main(int argc, char **argv) { int addsw = 0, deletesw = 0, debugsw = 0; - int listsw = 0, publicsw = -1, zerosw = 0; - int seqp = 0, msgnum; + int listsw = 0, publicsw = -1, zerosw = 0, msgnum; + unsigned int seqp = 0; char *cp, *maildir, *folder = NULL, buf[BUFSIZ]; char **argp, **arguments; char *seqs[NUMATTRS + 1];