X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=6506b7d2a5c97e1818e622b91b564909dcbc694a;hp=6a77d5001ff8c4471925ceae67df17f8095a97a8;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=ac0b9fcce4167e2959ebc5b8d6efb8511acec66d diff --git a/uip/mhmail.c b/uip/mhmail.c index 6a77d50..6506b7d 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -23,7 +23,7 @@ static struct swit switches[] = { #define SUBJSW 3 { "subject text", 0 }, #define VERSIONSW 4 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 5 { "help", 0 }, #define RESNDSW 6 @@ -45,7 +45,8 @@ int main(int argc, char **argv) { pid_t child_id; - int status, i, iscc = 0, nvec; + int status, iscc = 0, nvec; + unsigned int i; int queued = 0, resent = 0, somebody; char *cp, *tolist = NULL, *cclist = NULL, *subject = NULL; char *from = NULL, *body = NULL, **argp, **arguments;