2005-07-18 Helge Hess <helge.hess@opengroupware.org>
+ * product.plist: properly bind a 'getMail' method to the account
+ folder (fixes #1470) (v0.9.144)
+
* UIxSubjectFormatter.m: fixed a stupid bug in subject handling leading
to an infinite loop in the QP processing, hardened against QP loops
(v0.9.143)
# version file
-SUBMINOR_VERSION:=143
+SUBMINOR_VERSION:=144
# v0.9.140 requires SoObjects/Mailer v0.9.100
# v0.9.134 requires libSOGo v0.9.41
protectedBy = "View";
pageName = "UIxMailAccountView";
};
+ getMail = {
+ protectedBy = "View";
+ pageName = "UIxMailAccountView";
+ };
addressbook = {
protectedBy = "View";
pageName = "UIxMailAddressbook";