2005-07-20 Helge Hess <helge.hess@opengroupware.org>
+ * product.plist: map getMail on the accounts folder to a noop action
+ (#1491) (v0.9.159)
+
* UIxMailMainFrame.m: added UIxMailPanelFrame class for panels opened
by the main frame (v0.9.158)
# version file
-SUBMINOR_VERSION:=158
+SUBMINOR_VERSION:=159
# v0.9.140 requires SoObjects/Mailer v0.9.100
# v0.9.134 requires libSOGo v0.9.41
protectedBy = "View";
pageName = "UIxMailAccountsView";
};
+ getMail = {
+ protectedBy = "View";
+ pageName = "UIxMailAccountsView";
+ };
};
};