mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
chore(tool): respect start time of auto reply when start date is today
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
[endDate compare: now] == NSOrderedAscending)
|
||||
{
|
||||
if ([startDate compare: endDate] == NSOrderedAscending ||
|
||||
!(result & enableAutoReply))
|
||||
(result != temporarilyEnableAutoReply))
|
||||
result = temporarilyDisableAutoReply;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user