sogo/UI/MailPartViewers/product.plist

42 lines
962 B
Plaintext
Raw Normal View History

{ /* -*-java-*- */
requires = ( MAIN );
publicResources = (
);
factories = {
};
categories = {
SOGoCalendarMailBodyPart = {
methods = {
accept = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "accept";
};
decline = {
protectedBy = "View";
actionClass = "UIxMailPartICalActions";
actionName = "decline";
};
/* tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
};
addToCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "addToCalendar";
};
deleteFromCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "deleteFromCalendar";
}; */
};
};
};
}