mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: f67ec91eb2bf9c5dde6d13d95f3e8172dd91fa0e
Monotone-Revision: 680ce3d58b64771fea711e45a1b2bc3ec5490acb Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-11T22:29:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -153,7 +153,9 @@ static NSArray *internetAccessStates = nil;
|
||||
}
|
||||
|
||||
- (NSString *)relativeMailPath {
|
||||
return [self relativePathToUserFolderSubPath:@"Mail/"];
|
||||
return [NSString stringWithFormat: @"%@%@/view",
|
||||
[self relativePathToUserFolderSubPath:@"Mail/"],
|
||||
[self emailForUser]];
|
||||
}
|
||||
|
||||
/* objects */
|
||||
|
||||
Reference in New Issue
Block a user