mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
Revert "(fix) avoid changing RRULE's UNTIL date for no reason"
This reverts commit 9ed1cc4b8f.
This commit is contained in:
@@ -262,6 +262,7 @@
|
||||
untilDate = (NSCalendarDate *) [untilDate dateByAddingYears:0 months:0 days:0 hours:0 minutes:0
|
||||
seconds:-offset];
|
||||
}
|
||||
[currentRule setUntilDate: untilDate];
|
||||
}
|
||||
[fixedRules addObject: currentRule];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user