[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [coldsync-hackers] Variables in Coldsync.conf



options {
        CONDUIT_PATH:
"$(CONDUITDIR):$(HOME)/.palm/conduits:/usr/share/coldsync-2.2.5/conduits";
}

worked.  It doesn't like subdirectories below
/usr/share/coldsync-2.2.5/conduits though - not a big deal to hard path them
really.


I couldn't get $(HOME) or ${HOME} to work - the log files show that it is
trying for //.palm

It's a small issue I guess.

/etc/palms
*Visor*|root|0|bjohnson

/etc/coldsync.conf
pda "Brian's Palm IIIe" {
        snum: "*Visor*";
#        directory: "${HOME}/.palm";
        directory: "/home/bjohnson/.palm";
        username: "root";
        userid: 0;
}

I accidentally set my palm to user root - but that shouldn't matter after
coldsync finds it in /etc/palms

BTW - Coldsync is great!  I hope to get conduits working to allow me to sync
the addressbook, the datebook, todos, and memos to phpgroupware and switch
my (small) office from MS Outlook



-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.