sogo/UI/MailPartViewers/product.plist
Wolfgang Sourdeau 1eda040e84 Monotone-Parent: a164259525f718f804b625a9f09b4c3b3c9e83f8
Monotone-Revision: 11f4bdac420d36e45b12ca5d1d393ec34f43c609

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-10T00:02:30
Monotone-Branch: ca.inverse.sogo
2007-11-10 00:02:30 +00:00

42 lines
958 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
categories = {
SOGoCalendarMailBodyPart = {
methods = {
accept = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markAccepted";
};
decline = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markDeclined";
};
tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
};
addToCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "addToCalendar";
};
deleteFromCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "deleteFromCalendar";
};
};
};
};
}