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
maint-2.0.2
Wolfgang Sourdeau 2012-01-10 17:43:18 +00:00
commit 677c374d56
4 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -362,7 +362,7 @@
{
NSArray *attendees;
iCalPerson *currentAttendee;
BOOL listHasChanged;
BOOL listHasChanged = NO;
int count, max;
attendees = [event attendees];