[PATCH] incorrect warning message.

2003-07-01 Thread Matthieu Moy
Can you apply the following patch please ? --- bbdb-com.el~ Sun Feb 18 09:00:39 2001 +++ bbdb-com.el Mon Jun 30 23:10:35 2003 @@ -2223,7 +2223,7 @@ bbdb-define-all-aliases-field) ,)) (if (not bbdb-silent-running) -(bbdb-warn record \\ unhas

Re: encoding problem: bug and fix

2002-06-07 Thread Matthieu Moy
Ronan Waide [EMAIL PROTECTED] writes: (b) what do people think about storing QP-encoded text in the BBDB? Tell me if I'm wrong, but QP enconding will solve the problem of 7/8bits encoding, but not the charset. It's just a way of encoding ASCII chars 127, but it doesn't tell which

moy-bbdb.el and VM : Solution ?

2002-04-22 Thread Matthieu Moy
Hi ! I had been reported that moy-bbdb didn't work for VM. It seems that the solution is to replace (add-hook 'message-send-hook 'bbdb/send-hook) by (add-hook 'mail-send-hook 'bbdb/send-hook) Can someone test it ? (I don't use VM) and tell me if he/she managed to make this work ?

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 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

Draft comming back !

2002-02-20 Thread Matthieu Moy
Hello. I have something funny with a message. I sent it some time ago, and it reappeared in the draft group. I marked it as read, but then, typing 'g' makes it reapear as read. I can do this as many times as I want !! If I restart gnus, the message commes back. If I mark it as expriable,

Re: Draft comming back !

2002-02-20 Thread Matthieu Moy
Matthieu Moy [EMAIL PROTECTED] writes: Hello. Sorry for the mistake. I wanted to post to [EMAIL PROTECTED] Just one line above in the group buffer. I'm tired today ! -- Matthieu ___ [EMAIL PROTECTED] https://lists.sourceforge.net/lists

Re: Bbdb Pop Up Target Lines: does not effect to pop up BBDB bufferwhen sending mail

2002-02-07 Thread Matthieu Moy
Tommi Raita-aho [EMAIL PROTECTED] writes: Is this too kludge to get to the default behauvior? Or why the tab do not work in the default behauvior like that when sending mail (in VM or in Gnus)? I'm not sure to understand the question, but bounding TAB to what you did when sending mails

Re: [CODE] Automatically notice records for outgoing mails

2002-02-01 Thread Matthieu Moy
I had some more positive feedback. Encourraging, thanks ! Look at the following configuration : (setq bbdb-auto-notes-alist '((Subject (Test . He sent me a test) (.* last-recieved 0 t)) (Organization

[CODE] Automatically notice records for outgoing mails

2002-01-31 Thread Matthieu Moy
, for example, and have slightly different behaviours depending on that.) Tell me what you think, and what I could do to help integration. The file is also availlable at http://www-verimag.imag.fr/~moy/emacs/moy-bbdb.el -- Matthieu --- ;;; moy