Files
sogo/UI/MailerUI/UIxMailMainFrame.h
Francis Lachapelle 3c292c566f Monotone-Parent: bdc770e039bce1273bf76acc5e48dd7006974831
Monotone-Revision: 0c72d1fc3fd84d0415e106b3b511f86237676bdb

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-02-01T18:44:58
Monotone-Branch: ca.inverse.sogo
2008-02-01 18:44:58 +00:00

43 lines
1.3 KiB
Objective-C

/* UIxMailMainFrame.h - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXMAILMAINFRAME_H
#define UIXMAILMAINFRAME_H
#import "../SOGoUI/UIxComponent.h"
@interface UIxMailMainFrame : UIxComponent
{
NSUserDefaults *ud;
NSMutableDictionary *moduleSettings;
}
- (WOResponse *) getDragHandlesStateAction;
- (WOResponse *) getFoldersStateAction;
- (WOResponse *) saveDragHandlesStateAction;
- (WOResponse *) saveFoldersStateAction;
@end
#endif /* UIXMAILMAINFRAME_H */