X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fviamail.c;fp=uip%2Fviamail.c;h=25e65c2c774ac5508cf16836feb26a521a4d643c;hp=ccca115390a50a9a9fec55c1d70021a9caade9f2;hb=dc6c45394a06750eab463a2523406eed6c77e2e1;hpb=18017df38ebb626f6eed6f339641fd1298c326e7 diff --git a/uip/viamail.c b/uip/viamail.c index ccca115..25e65c2 100644 --- a/uip/viamail.c +++ b/uip/viamail.c @@ -34,15 +34,15 @@ static struct swit switches[] = { { "description text", 0 }, #define COMMENTSW 5 { "comment text", 0 }, -#define VERBSW 7 +#define VERBSW 6 { "verbose", 0 }, -#define NVERBSW 8 +#define NVERBSW 7 { "noverbose", 0 }, -#define VERSIONSW 9 +#define VERSIONSW 8 { "version", 0 }, -#define HELPSW 10 +#define HELPSW 9 { "help", 0 }, -#define DEBUGSW 11 +#define DEBUGSW 10 { "debug", -5 }, { NULL, 0 } };