Monotone-Parent: 4c862893152bb1557702d3a6ebc6412e3edd9d17

Monotone-Revision: 48eb4fdf222df36089f2758ea90938ded959a5cc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-05T15:34:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-05 15:34:24 +00:00
parent c5b0a191a2
commit 056ccff35f
3 changed files with 38 additions and 4 deletions
+13
View File
@@ -623,4 +623,17 @@
return [NSArray arrayWithObject: principalURL];
}
- (NSException *) setDavSignature: (NSString *) newSignature
{
SOGoUserDefaults *ud;
SOGoUser *user;
user = [SOGoUser userWithLogin: [self ownerInContext: nil]];
ud = [user userDefaults];
[ud setMailSignature: newSignature];
[ud synchronize];
return nil;
}
@end /* SOGoUserFolder */