mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +00:00
(fix) avoid changing RRULE's UNTIL date for no reason
This commit is contained in:
1
NEWS
1
NEWS
@@ -24,6 +24,7 @@ Bug fixes
|
||||
- [core] honor "any authenticated user" when setting IMAP ACLs
|
||||
- [core] avoid exceptions for RRULE with no DTSTART
|
||||
- [core] make sure we handle events occurring after RRULE's UNTIL date
|
||||
- [core] avoid changing RRULE's UNTIL date for no reason
|
||||
|
||||
4.0.8 (2019-07-19)
|
||||
------------------
|
||||
|
||||
@@ -262,7 +262,6 @@
|
||||
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