> $ p -before '01 Jan 1960' > pick: unable to parse date field in message 6608, matching... > 6077 hits > $ > >Again, it matched, but why did every other email get treated as being so >old?
Underflow on time_t? I'd have to look at how dparsetime() worked, but I suspect since that's before the Unix epoch it wrapped around and made some future date. --Ken _______________________________________________ Nmh-workers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/nmh-workers
