mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
Monotone-Parent: 2e77a2e6f2332e279f7000689f3410f5e2d8427e
Monotone-Revision: e64a16a6a67dc050d91820a8a62895638d4d1441 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-22T17:02:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -132,12 +132,10 @@
|
||||
pageName = "UIxMailListView";
|
||||
actionName = "deleteFolder";
|
||||
};
|
||||
|
||||
editACL = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailFolderACLEditor";
|
||||
};
|
||||
|
||||
compose = {
|
||||
protectedBy = "View";
|
||||
actionClass = "UIxMailEditorAction";
|
||||
@@ -173,15 +171,12 @@
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailViewContainer";
|
||||
pageName = "UIxMailView";
|
||||
};
|
||||
|
||||
getMail = {
|
||||
popupview = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailViewContainer";
|
||||
actionName = "getMail";
|
||||
pageName = "UIxMailPopupView";
|
||||
};
|
||||
|
||||
move = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailView";
|
||||
@@ -199,7 +194,7 @@
|
||||
};
|
||||
junk = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailViewContainer";
|
||||
pageName = "UIxMailView";
|
||||
actionName = "junk";
|
||||
};
|
||||
edit = {
|
||||
@@ -239,11 +234,11 @@
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailAccountsView";
|
||||
pageName = "UIxMailMainFrame";
|
||||
};
|
||||
compose = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxMailAccountsView";
|
||||
pageName = "UIxMailMainFrame";
|
||||
actionName = "compose";
|
||||
};
|
||||
getMail = {
|
||||
|
||||
Reference in New Issue
Block a user