mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
merge of 'b5720d1cdf1d7a97ffae696deda5507c61e52da1'
and 'd4d75da556a634766f5532f5398f2f94ef2ba8df' Monotone-Parent: b5720d1cdf1d7a97ffae696deda5507c61e52da1 Monotone-Parent: d4d75da556a634766f5532f5398f2f94ef2ba8df Monotone-Revision: bfece4528b81534d630f73e8a0253a500274486d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-30T19:44:20
This commit is contained in:
1
NEWS
1
NEWS
@@ -10,6 +10,7 @@ Enhancements
|
||||
- now possible to use memcached over a UNIX socket
|
||||
- increase size of content columns
|
||||
- improved import of .ics files
|
||||
- new cronjob template with commented out entries
|
||||
|
||||
Bug Fixes
|
||||
- alarms for tasks now depend on the start date and instead of the due date
|
||||
|
||||
@@ -1222,7 +1222,7 @@ static inline BOOL _occurenceHasID (iCalRepeatableEntityObject *occurence,
|
||||
folder = [[self container] ocsFolder];
|
||||
if (!folder)
|
||||
{
|
||||
[self errorWithFormat:@"(%s): missing folder for fetch!",
|
||||
[self errorWithFormat:@"(%s): missing folder for update!",
|
||||
__PRETTY_FUNCTION__];
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user