From 28d59afbfb06b2655979cf82dfcde54488266e8c Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 20 Jul 2005 13:01:39 +0000 Subject: [PATCH] added getMail action to accounts folder git-svn-id: http://svn.opengroupware.org/SOGo/trunk@847 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 4f192d7c..5535b0db 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,5 +1,8 @@ 2005-07-20 Helge Hess + * 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) diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index 0f2ec22c..7591b247 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -1,6 +1,6 @@ # 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 diff --git a/SOGo/UI/MailerUI/product.plist b/SOGo/UI/MailerUI/product.plist index 1a673c94..ac33909d 100644 --- a/SOGo/UI/MailerUI/product.plist +++ b/SOGo/UI/MailerUI/product.plist @@ -250,6 +250,10 @@ protectedBy = "View"; pageName = "UIxMailAccountsView"; }; + getMail = { + protectedBy = "View"; + pageName = "UIxMailAccountsView"; + }; }; }; -- 2.39.5