mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user