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