X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fsortm.c;h=6ba8a9c2adb54a180530fb4fa60377ea1a42029a;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hp=59247c2b360c5f2c62b3398c2f91dc134ff3fc17;hpb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a;p=mmh diff --git a/uip/sortm.c b/uip/sortm.c index 59247c2..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; @@ -165,7 +165,7 @@ main(int argc, char **argv) } if (!msgs.size) - app_msgarg(&msgs, "all"); + app_msgarg(&msgs, seq_all); if (!datesw) datesw = "date"; if (!folder)