[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] conduit questions
On Mon, Aug 05, 2002 at 09:19:39PM -0400, Alex Tronin wrote:
> > 1)Is there a way to get the palm serial number such as from $HEADERS?
> Quite easy.
> Modify conduit.c like this - add 2 lines and make palm varibale accessible
> from conduit.c
>
> headers[last_header].name = "Palm_serial";
> sprintf(headers[last_header].value,"%s",palm_serial(palm));
If you're only going to use it with one Palm, it's simpler to
just put it in the .coldsyncrc:
conduit fetch {
...
arguments:
Palm_serial: 123456768Z;
}
--
Andrew Arensburger This message *does* represent the
arensb@ooblick.com views of ooblick.com
My greatest fear is that one of the candidates will win.
--
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.