sogo/UI/MailPartViewers/product.plist
Wolfgang Sourdeau 2bf4b7cf8b Monotone-Parent: 1ccd34fd9ea99e675935d745db7e70d19716428a
Monotone-Revision: c40151185171e3ba8a257569b8ab5ec86930d393

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-05-05T14:40:53
Monotone-Branch: ca.inverse.sogo
2010-05-05 14:40:53 +00:00

65 lines
1.7 KiB
Plaintext

{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN );
publicResources = (
);
factories = {
};
categories = {
SOGoHTMLMailBodyPart = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxMailPartExternalHTMLViewer";
};
};
};
SOGoCalendarMailBodyPart = {
methods = {
accept = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "accept";
};
decline = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "decline";
};
tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "tentative";
};
delegate = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "delegate";
};
updateUserStatus = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "updateUserStatus";
};
/* tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
}; */
addToCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "addToCalendar";
};
deleteFromCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "deleteFromCalendar";
};
};
};
};
}