]> err.no Git - scalable-opengroupware.org/commitdiff
don't restrict Anais 'nature' selection
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 19 Jul 2005 12:47:20 +0000 (12:47 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 19 Jul 2005 12:47:20 +0000 (12:47 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@825 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/ChangeLog
SOGo/UI/MailerUI/UIxMailAddressbook.m
SOGo/UI/MailerUI/Version

index 6d039ef8b71cb38dd6d86717dc585bd12c93a2b4..40d1570457a87b5f502044757db7dd37096273a2 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxMailAddressbook.m: don't restrict the Anais 'nature' flag anymore
+         (v0.9.152)
+
 2005-07-19  Helge Hess  <helge.hess@opengroupware.org>
 
        * v0.9.151
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * v0.9.147
+       * v0.9.147
 
-        * UIxMailToSelection.m: fixed ordering of parameters for the current
-          Anais version
+       * UIxMailToSelection.m: fixed ordering of parameters for the current
+         Anais version
         
-        * UIxMailAddressbook.m: fixed parameters being passed on to Anais for
-          the current Anais version
+       * UIxMailAddressbook.m: fixed parameters being passed on to Anais for
+         the current Anais version
 
 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
@@ -39,8 +44,8 @@
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * UIxMailToSelection.m: changed behavior for adding/removing text
-          fields and changing focus (v0.9.145)
+       * UIxMailToSelection.m: changed behavior for adding/removing text
+         fields and changing focus (v0.9.145)
 
 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
@@ -53,8 +58,8 @@
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * UIxMailEditor.m: removed -emailForUser usage and replaced with
-          'official' activeUser API (v0.9.142)
+       * UIxMailEditor.m: removed -emailForUser usage and replaced with
+         'official' activeUser API (v0.9.142)
 
 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
 
index 0aa6373e895068607edc0278940175dbc682abbf..1c44412d5b1f5c7c1ba2a147ade596dfd29764e3 100644 (file)
@@ -57,7 +57,7 @@
   NSString *path, *param;
     
 
-    param = @"?m_fonc=addAddress&m_data=datawebmail&m_type=Pour&m_nom=,&m_champ=mail,uid,sn,cn,dn&m_nature=BALI&m_agenda0#mon_etiquette";
+    param = @"?m_fonc=addAddress&m_data=datawebmail&m_type=Pour&m_nom=,&m_champ=mail,uid,sn,cn,dn&m_agenda0#mon_etiquette";
     path  = [[self anaisPath] stringByAppendingString:param];
     return [self redirectToLocation:path];
 }
index f08b177eb9ce30eedb2d6456137a47cbd8965ce6..12bf1aec4c7118085e9d247e2baba7b1af1305e9 100644 (file)
@@ -1,6 +1,6 @@
 # version file
 
-SUBMINOR_VERSION:=151
+SUBMINOR_VERSION:=152
 
 # v0.9.140 requires SoObjects/Mailer v0.9.100
 # v0.9.134 requires libSOGo          v0.9.41