<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Modifying fields in the Turba addressbook</title>
	<atom:link href="http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/</link>
	<description>Musings of a geek</description>
	<lastBuildDate>Thu, 26 Apr 2012 21:33:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: anonymous coward</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-1084</link>
		<dc:creator>anonymous coward</dc:creator>
		<pubDate>Wed, 27 Jul 2011 19:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-1084</guid>
		<description>just what I was looking for! Thanks a lot!

With horde4, the attributes are already defined, no need to change anything. sources.php is now backends.php and should not be edited - instead create an empty backends.local.php with the following contents:
$cfgSources[&#039;localsql&#039;][&#039;map&#039;][&#039;homeEmail&#039;] = &#039;object_homeemail&#039;;
$cfgSources[&#039;localsql&#039;][&#039;map&#039;][&#039;workEmail&#039;] = &#039;object_workemail&#039;;

$cfgSources[&#039;localsql&#039;][&#039;tabs&#039;][_(&quot;Communications&quot;)][] = &#039;homeEmail&#039;;
$cfgSources[&#039;localsql&#039;][&#039;tabs&#039;][_(&quot;Communications&quot;)][] = &#039;workEmail&#039;;

I didn&#039;t set the table attributes in the db &quot;NOT NULL&quot;. guess we don&#039;t need that...</description>
		<content:encoded><![CDATA[<p>just what I was looking for! Thanks a lot!</p>
<p>With horde4, the attributes are already defined, no need to change anything. sources.php is now backends.php and should not be edited &#8211; instead create an empty backends.local.php with the following contents:<br />
$cfgSources['localsql']['map']['homeEmail'] = &#8216;object_homeemail&#8217;;<br />
$cfgSources['localsql']['map']['workEmail'] = &#8216;object_workemail&#8217;;</p>
<p>$cfgSources['localsql']['tabs'][_("Communications")][] = &#8216;homeEmail&#8217;;<br />
$cfgSources['localsql']['tabs'][_("Communications")][] = &#8216;workEmail&#8217;;</p>
<p>I didn&#8217;t set the table attributes in the db &#8220;NOT NULL&#8221;. guess we don&#8217;t need that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-1076</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-1076</guid>
		<description>Hi,
I&#039;ve been using open source version of Funambol server with syncevolution and Funambol client form Android phone. Everything works more of less fine. However I don&#039;t really like maintaining this Funambol server in addition to Horde. Based on your findings I&#039;ve been able to use Horde as a synchronization server. It works perfectly fine with syncevolution, but for android funambol client I still can&#039;t get additional email addresses synced ;-( Moybe you have any other &quot;hits&quot;?

Thank you in advance,
Vlad.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been using open source version of Funambol server with syncevolution and Funambol client form Android phone. Everything works more of less fine. However I don&#8217;t really like maintaining this Funambol server in addition to Horde. Based on your findings I&#8217;ve been able to use Horde as a synchronization server. It works perfectly fine with syncevolution, but for android funambol client I still can&#8217;t get additional email addresses synced ;-( Moybe you have any other &#8220;hits&#8221;?</p>
<p>Thank you in advance,<br />
Vlad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thom</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-465</link>
		<dc:creator>thom</dc:creator>
		<pubDate>Fri, 05 Nov 2010 22:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-465</guid>
		<description>Hi David,

I simply wanted to add that this works also on blackberry (using the Funambol Client 8.7.1).

I was not sure that the client was using the same field but a debug of Horde confirm me that the fields were the same.

Thanks a mill for your post, I finally get evolution in sync with my mobile now o/</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I simply wanted to add that this works also on blackberry (using the Funambol Client 8.7.1).</p>
<p>I was not sure that the client was using the same field but a debug of Horde confirm me that the fields were the same.</p>
<p>Thanks a mill for your post, I finally get evolution in sync with my mobile now o/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-329</link>
		<dc:creator>Neal</dc:creator>
		<pubDate>Wed, 28 Apr 2010 15:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-329</guid>
		<description>Thanks a lot. I&#039;ve been looking at how to fix this. 

Great easy to follow instructions</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I&#8217;ve been looking at how to fix this. </p>
<p>Great easy to follow instructions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edeca.net &#187; Syncing the iPhone addressbook with Horde</title>
		<link>http://edeca.net/wp/2010/01/modifying-fields-in-the-turba-addressbook/comment-page-1/#comment-172</link>
		<dc:creator>edeca.net &#187; Syncing the iPhone addressbook with Horde</dc:creator>
		<pubDate>Sat, 09 Jan 2010 13:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://edeca.net/wp/?p=290#comment-172</guid>
		<description>[...] This is very easy to fix, but you&#8217;ll need to ask your system administrator to have a look at this post on my [...]</description>
		<content:encoded><![CDATA[<p>[...] This is very easy to fix, but you&#8217;ll need to ask your system administrator to have a look at this post on my [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

