]> git.marmaro.de Git - mmh/blobdiff - uip/sortm.c
Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / uip / sortm.c
index 125991cc112b1ce7dfd3c4ae2e81bdfedfaeba18..6ba8a9c2adb54a180530fb4fa60377ea1a42029a 100644 (file)
@@ -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;