mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
See ChangeLog.
Monotone-Parent: 1f603d18ef908652156b3dbae521f53c6527c63c Monotone-Revision: 13364682a0f8ae52e3545893494b2a7ec0a88529 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T16:12:14
This commit is contained in:
@@ -914,7 +914,10 @@
|
||||
|
||||
time = [[vacationOptions objectForKey: @"endDate"] intValue];
|
||||
|
||||
return [NSCalendarDate dateWithTimeIntervalSince1970: time];
|
||||
if (time > 0)
|
||||
return [NSCalendarDate dateWithTimeIntervalSince1970: time];
|
||||
else
|
||||
return [NSCalendarDate calendarDate];
|
||||
}
|
||||
|
||||
/* mail forward */
|
||||
|
||||
Reference in New Issue
Block a user