X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frcvstore.c;h=fc98b4ac11b9016fca32672154fad56243adacf1;hp=ba3cfccd497fad9e3a336427591d156111811337;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hpb=a7771fd2e83d64228fb675749fc936151249dbd3 diff --git a/uip/rcvstore.c b/uip/rcvstore.c index ba3cfcc..fc98b4a 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -11,7 +11,6 @@ #include #include #include -#include static struct swit switches[] = { #define CRETSW 0 @@ -52,7 +51,8 @@ main(int argc, char **argv) { int publicsw = -1, zerosw = 0; int create = 1, unseensw = 1; - int fd, msgnum, seqp = 0; + int fd, msgnum; + size_t seqp = 0; char *cp, *maildir, *folder = NULL, buf[BUFSIZ]; char **argp, **arguments, *seqs[NUMATTRS+1]; struct msgs *mp; @@ -68,7 +68,6 @@ main(int argc, char **argv) /* read user profile/context */ context_read(); - mts_init(invo_name); arguments = getarguments(invo_name, argc, argv, 1); argp = arguments;