chore(tool): respect start time of auto reply when start date is today

This commit is contained in:
Francis Lachapelle
2022-05-25 16:57:48 -04:00
parent 2df931bc3a
commit f67e304caf

View File

@@ -161,7 +161,7 @@
[endDate compare: now] == NSOrderedAscending)
{
if ([startDate compare: endDate] == NSOrderedAscending ||
!(result & enableAutoReply))
(result != temporarilyEnableAutoReply))
result = temporarilyDisableAutoReply;
}
}