From 73ed553e0d228c125e0705d9ad5a55f54760022d Mon Sep 17 00:00:00 2001 From: znek Date: Tue, 19 Jul 2005 12:47:20 +0000 Subject: [PATCH] don't restrict Anais 'nature' selection git-svn-id: http://svn.opengroupware.org/SOGo/trunk@825 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailerUI/ChangeLog | 23 ++++++++++++++--------- SOGo/UI/MailerUI/UIxMailAddressbook.m | 2 +- SOGo/UI/MailerUI/Version | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/SOGo/UI/MailerUI/ChangeLog b/SOGo/UI/MailerUI/ChangeLog index 6d039ef8..40d15704 100644 --- a/SOGo/UI/MailerUI/ChangeLog +++ b/SOGo/UI/MailerUI/ChangeLog @@ -1,3 +1,8 @@ +2005-07-19 Marcus Mueller + + * UIxMailAddressbook.m: don't restrict the Anais 'nature' flag anymore + (v0.9.152) + 2005-07-19 Helge Hess * v0.9.151 @@ -23,13 +28,13 @@ 2005-07-18 Marcus Mueller - * 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 @@ -39,8 +44,8 @@ 2005-07-18 Marcus Mueller - * 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 @@ -53,8 +58,8 @@ 2005-07-18 Marcus Mueller - * 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 diff --git a/SOGo/UI/MailerUI/UIxMailAddressbook.m b/SOGo/UI/MailerUI/UIxMailAddressbook.m index 0aa6373e..1c44412d 100644 --- a/SOGo/UI/MailerUI/UIxMailAddressbook.m +++ b/SOGo/UI/MailerUI/UIxMailAddressbook.m @@ -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]; } diff --git a/SOGo/UI/MailerUI/Version b/SOGo/UI/MailerUI/Version index f08b177e..12bf1aec 100644 --- a/SOGo/UI/MailerUI/Version +++ b/SOGo/UI/MailerUI/Version @@ -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 -- 2.39.5