X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsortm.c;h=d7dae6127be577772cd8c51b776749444370d20c;hp=125991cc112b1ce7dfd3c4ae2e81bdfedfaeba18;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=3cc8ed080f6e741b8df04a3ebe764c659e75cb38 diff --git a/uip/sortm.c b/uip/sortm.c index 125991c..d7dae61 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -28,7 +28,7 @@ static struct swit switches[] = { #define NVERBSW 7 { "noverbose", 0 }, #define VERSIONSW 8 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 9 { "help", 0 }, { NULL, 0 } @@ -44,7 +44,7 @@ static struct smsg *smsgs; int nmsgs; char *subjsort = NULL; /* sort on subject if != 0 */ -unsigned long datelimit = 0; +time_t datelimit = 0; int submajor = 0; /* if true, sort on subject-major */ int verbose;