Bugs item #1205735, was opened at 2005-05-20 08:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507003&aid=1205735&group_id=64305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Main syncengine Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: "ADR" with "TYPE=HOME" gets additional "WORK" property added Initial Comment: ADR-lines in VCARD are mangled: the type "WORK" is added if none can be found, but multisync does not recognize "ADR;TYPE=HOME:" or similar. Therefore it adds a "WORK" which screws up my SE K700i ... (See line 550 "If no address type specified, add WORK (mostly for Evolution)".) FIX: diff -r multisync-0.82.new/src/sync_vtype.c multisync-0.82.orig/src/sync_vtype.c 321,325d320 < if (adr && !g_strcasecmp(propname, "TYPE") & < (!g_strcasecmp(propdata, "HOME") || < !g_strcasecmp(propdata, "WORK"))) { < strncpy(adrtype, propdata, 255); < } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507003&aid=1205735&group_id=64305 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Multisync-devel mailing list Multisync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/multisync-devel