mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
propagate from branch 'ca.inverse.sogo.1_3_12' (head d4b6685b33be650d23fc020ef3de5d203cb4557e)
to branch 'ca.inverse.sogo' (head 38edb6b526df653889b897cf6ff9643dfd3ffad2) Monotone-Parent: 38edb6b526df653889b897cf6ff9643dfd3ffad2 Monotone-Parent: d4b6685b33be650d23fc020ef3de5d203cb4557e Monotone-Revision: 07cee513cf2aa27a1e3b8d634bb8482ad3645cdf Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-10T17:43:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-01-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m
|
||||
(_requireResponseFromAttendees:): initialize listHasChanged to NO.
|
||||
|
||||
* OpenChange/MAPIStoreMailFolder.m (_parseCOPYUID): the uniString
|
||||
buffer was allocated one byte too short.
|
||||
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
# Vacation messages expiration
|
||||
# Make sure to set authname and authpassword with the credentials of a sieve admin
|
||||
#0 * * * * sogo /usr/sbin/sogo-tool expire-autoreply authname:authpassword
|
||||
#0 0 * * * sogo /usr/sbin/sogo-tool expire-autoreply authname:authpassword
|
||||
|
||||
# Email alarms - runs every minutes
|
||||
#* * * * * sogo /usr/sbin/sogo-ealarms-notify
|
||||
|
||||
@@ -362,7 +362,7 @@
|
||||
{
|
||||
NSArray *attendees;
|
||||
iCalPerson *currentAttendee;
|
||||
BOOL listHasChanged;
|
||||
BOOL listHasChanged = NO;
|
||||
int count, max;
|
||||
|
||||
attendees = [event attendees];
|
||||
|
||||
Reference in New Issue
Block a user