if (r.length > 0) {
/* sample: 'test.et.di.cete-lyon@equipement.gouv.fr;test' */
email = [pString substringToIndex:r.location];
- cn = [pString substringFromIndex:r.location + r.length];
+ cn = [pString substringFromIndex:NSMaxRange(r)];
if ([cn length] == 0) cn = nil;
}
else {
+2004-10-16 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * AnaisAttendeeSelector.m: minor cleanup (v0.9.15)
+
2004-09-14 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.14
# $Id: Version 165 2004-08-05 17:55:50Z znek $
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15
+2004-10-16 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * UIxAppointmentEditor.wox: added "withCN=YES" to resources because
+ doing otherwise would lead to stripping the CN from resources in
+ subsequent saves - why would anyone want this to be standard
+ behavior? (v0.9.89)
+
2004-10-14 Marcus Mueller <znek@mulle-kybernetik.com>
* UIxAppointmentView.wox: insertBR for comments (v0.9.88)
const:role="NON-PARTICIPANT"
attendees="resources"
const:division="CC"
+ const:withCN="YES"
/>
</span>
</td>