mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 07:30:31 +00:00
reindentation
Monotone-Parent: fd525de6c21ea2751cd74a7ad3a3a4d36ae50f3c Monotone-Revision: cfefc003ab42b0c862e3b48be27b49e68ef65e44 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T22:01:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ /* -*-java-*- */
|
||||
{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
requires = ( MAIN );
|
||||
|
||||
publicResources = (
|
||||
);
|
||||
);
|
||||
|
||||
factories = {
|
||||
};
|
||||
@@ -10,10 +10,10 @@
|
||||
categories = {
|
||||
SOGoHTMLMailBodyPart = {
|
||||
methods = {
|
||||
view = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailPartExternalHTMLViewer";
|
||||
};
|
||||
pageName = "UIxMailPartExternalHTMLViewer";
|
||||
};
|
||||
};
|
||||
};
|
||||
SOGoCalendarMailBodyPart = {
|
||||
@@ -33,16 +33,16 @@
|
||||
actionClass = "UIxMailPartICalActions";
|
||||
actionName = "delegate";
|
||||
};
|
||||
updateUserStatus = {
|
||||
updateUserStatus = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailPartICalActions";
|
||||
actionName = "updateUserStatus";
|
||||
};
|
||||
/* tentative = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailPartICalAction";
|
||||
actionName = "markTentative";
|
||||
}; */
|
||||
};
|
||||
/* tentative = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailPartICalAction";
|
||||
actionName = "markTentative";
|
||||
}; */
|
||||
addToCalendar = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailPartICalActions";
|
||||
@@ -52,7 +52,7 @@
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailPartICalActions";
|
||||
actionName = "deleteFromCalendar";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user