From e16eafe9ef05a94fd2d22cec21eb3946878b1119 Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 18 Jul 2005 12:52:29 +0000 Subject: [PATCH] fixed get-mail on account folder (#1470) git-svn-id: http://svn.opengroupware.org/SOGo/trunk@789 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailerUI/ChangeLog | 3 +++ SOGo/UI/MailerUI/Version | 2 +- SOGo/UI/MailerUI/product.plist | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index 4d1fd8fe..98abf9cc 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,5 +1,8 @@ 2005-07-18 Helge Hess + * 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) diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index 998a6a82..bbe1a21b 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -1,6 +1,6 @@ # 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 diff --git a/SOGo/UI/MailerUI/product.plist b/SOGo/UI/MailerUI/product.plist index d255d573..a65554e5 100644 --- a/SOGo/UI/MailerUI/product.plist +++ b/SOGo/UI/MailerUI/product.plist @@ -400,6 +400,10 @@ protectedBy = "View"; pageName = "UIxMailAccountView"; }; + getMail = { + protectedBy = "View"; + pageName = "UIxMailAccountView"; + }; addressbook = { protectedBy = "View"; pageName = "UIxMailAddressbook"; -- 2.39.5