X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsortm.c;h=6ba8a9c2adb54a180530fb4fa60377ea1a42029a;hp=125991cc112b1ce7dfd3c4ae2e81bdfedfaeba18;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hpb=517661967774d60716ecff152c642b417195f900 diff --git a/uip/sortm.c b/uip/sortm.c index 125991c..6ba8a9c 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -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;