mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Monotone-Parent: 9e848e008df99a6aae6401a0b3345b1320d222a8
Monotone-Revision: d0c1f09949ba21d2129a3cae67910167e0f0b6a1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-30T20:09:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -57,7 +57,7 @@ static BOOL sendEMailNotifications = NO;
|
||||
mailTemplateDefaultLanguage = [[ud stringForKey:@"SOGoDefaultLanguage"]
|
||||
retain];
|
||||
if (!mailTemplateDefaultLanguage)
|
||||
mailTemplateDefaultLanguage = @"French";
|
||||
mailTemplateDefaultLanguage = @"English";
|
||||
|
||||
sendEMailNotifications
|
||||
= [ud boolForKey: @"SOGoAppointmentSendEMailNotifications"];
|
||||
@@ -377,6 +377,8 @@ static BOOL sendEMailNotifications = NO;
|
||||
else
|
||||
recipient = email;
|
||||
|
||||
#warning this could be optimized in a class hierarchy common with the \
|
||||
SOGoObject's acl notification mechanism
|
||||
/* create page name */
|
||||
// TODO: select user's default language?
|
||||
pageName = [NSString stringWithFormat: @"SOGoAptMail%@%@",
|
||||
|
||||
Reference in New Issue
Block a user