Monotone-Parent: abac840ff3b9ff48b85eea3e57a9fd3122ec461f

Monotone-Revision: b008761331f87b28af61153588a5722a842c7ce1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-15T21:09:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-15 21:09:50 +00:00
parent 06b1b21533
commit 76803fc033
3 changed files with 32 additions and 182 deletions
+3 -15
View File
@@ -1,4 +1,4 @@
/* UIxMailMainFrame.h - this file is part of $PROJECT_NAME_HERE$
/* UIxMailMainFrame.h - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
@@ -23,21 +23,9 @@
#ifndef UIXMAILMAINFRAME_H
#define UIXMAILMAINFRAME_H
#import "../Common/UIxPageFrame.h"
#import "../Common/UIxComponent.h"
@interface UIxMailMainFrame : UIxPageFrame
{
NSString *rootURL;
NSString *userRootURL;
struct {
int hideFolderTree:1;
int reserved:31;
} mmfFlags;
}
- (NSString *)rootURL;
- (NSString *)userRootURL;
- (NSString *)calendarRootURL;
@interface UIxMailMainFrame : UIxComponent
@end