Re: bbdb-parse-phone-number (or syncBBDB) problem

2001-01-23 Thread Ronan Waide
On January 23, [EMAIL PROTECTED] said: > > Currently bbdb-parse-phone-number converts > > ;; 1234 -> (0 0 0 1234) > > I believe it should be > > ;; 1234 -> ("x1234") > > The extra 0's causes syncBBDB to send them over to the palm, when only the

bbdb-parse-phone-number (or syncBBDB) problem

2001-01-23 Thread Albert L. Ting
Currently bbdb-parse-phone-number converts ;; 1234 -> (0 0 0 1234) I believe it should be ;; 1234 -> ("x1234") The extra 0's causes syncBBDB to send them over to the palm, when only the extension should be sent. I don't know if bbdb is the best