mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
@@ -2532,6 +2532,15 @@ RANGE(2);
|
||||
return [[self clientObject] ownerInContext: context];
|
||||
}
|
||||
|
||||
- (unsigned int) firstDayOfWeek
|
||||
{
|
||||
SOGoUserDefaults *ud;
|
||||
|
||||
ud = [[context activeUser] userDefaults];
|
||||
|
||||
return [ud firstDayOfWeek];
|
||||
}
|
||||
|
||||
// returns the raw content of the object
|
||||
- (WOResponse *) rawAction
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user