+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>
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>
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>
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];
}