]> err.no Git - scalable-opengroupware.org/commitdiff
fixed get-mail on account folder (#1470)
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 12:52:29 +0000 (12:52 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 18 Jul 2005 12:52:29 +0000 (12:52 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@789 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/Version
SOGo/UI/MailerUI/product.plist

index 4d1fd8fed13a15b9473808feb693fdf2a33558b8..98abf9cc812c5892d76050a11df4c9cc09ab2f67 100644 (file)
@@ -1,5 +1,8 @@
 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)
index 998a6a8286b7a3619fb8a8c08177dba99a3db189..bbe1a21b322100200a4bdc3f59f066115ed92b7c 100644 (file)
@@ -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
index d255d5738da491781f49bf4ae9cb0c469853c55b..a65554e544bdf57e82a71d2b25a3c580b7205005 100644 (file)
           protectedBy = "View";
           pageName    = "UIxMailAccountView"; 
         };
+        getMail = {
+          protectedBy = "View";
+          pageName    = "UIxMailAccountView"; 
+        };
         addressbook = {
           protectedBy = "View";
           pageName    = "UIxMailAddressbook";