aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-datespec.c
Commit message (Collapse)AuthorAgeFilesLines
* Turn off debugging output.Dan Winship2000-09-121-1/+1
| | | | | | | * rule-context.c (d): * filter-datespec.c (d): Turn off debugging output. svn path=/trunk/; revision=5363
* Set seltime.tm_isdst to -1, not daylight, because the current dst value isDan Winship2000-08-241-2/+1
| | | | | | | | * filter-datespec.c (cal_day_selected): Set seltime.tm_isdst to -1, not daylight, because the current dst value is not relevant to the selected date. svn path=/trunk/; revision=4991
* Allow filtering / vfoldering based on time or datePeter Williams2000-08-161-0/+703
svn path=/trunk/; revision=4843