Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Hi ! I have a small bug in my own code, to which I can see no obvious solution : My father has a From: Field like this : MOY, Jean-Pierre address@host. When I make a reply, I have the same To: field. My program parses the To: field by splitting it according to commas, so,

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Patrick Campbell-Preston
My program parses the To: field by splitting it according to commas, so, it tries to add MOY and Jean-Pierre address@host to the DB, which is not what I want. Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), since I have seen the same

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Patrick Campbell-Preston [EMAIL PROTECTED] writes: Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), It is. I wrote the code to parse according to commas. (using another function which I did not actually) in this line of code. (ginel-string-split

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Matthieu Moy
Matthieu Moy [EMAIL PROTECTED] writes: Hi ! I have a small bug in my own code, to which I can see no obvious solution : The bug is now corrected. New version (1.3) at http://www-verimag.imag.fr/~moy/emacs/moy-bbdb.el As usual. -- Matthieu

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Ronan Waide
On March 12, [EMAIL PROTECTED] said: Hi ! I have a small bug in my own code, to which I can see no obvious solution : My father has a From: Field like this : MOY, Jean-Pierre address@host. When I make a reply, I have the same To: field. My program parses the To:

Re: Small bug in moy-bbdb.el. Any volunteer to correct ?

2002-03-12 Thread Ronan Waide
On March 12, [EMAIL PROTECTED] said: Matthieu - I don't believe this is a bug in your code (which I haven't used - yet!), since I have seen the same problem in straightforward snarfing from incoming mail in RMAIL. I'm using bbdb-2.32 $Date: 2001/03/04 20:27:21 $ and I seem to remember first