Re: Updating BBDB on sending mail

2005-05-06 Thread Frederik Fouvry
,-- On Fri, 15 Apr 2005 17:28:51 +0200, Uwe Brauer wrote: | | fouvry == Frederik Fouvry [EMAIL PROTECTED] writes: | | fouvry Hi, | | fouvry This is a function to add mail addresses to BBDB when sending | fouvry mail. Adding it to mail-send-hook should trigger it when the |

Updating BBDB on sending mail

2005-04-15 Thread Frederik Fouvry
Hi, This is a function to add mail addresses to BBDB when sending mail. Adding it to mail-send-hook should trigger it when the mail is sent: (add-hook 'mail-send-hook 'bbdb/sendmail-update-records) The function returns a list of the records that were added. It does not use the window-popup

Re: Updating BBDB on sending mail

2005-04-15 Thread Uwe Brauer
fouvry == Frederik Fouvry [EMAIL PROTECTED] writes: fouvry Hi, fouvry This is a function to add mail addresses to BBDB when sending fouvry mail. Adding it to mail-send-hook should trigger it when the fouvry mail is sent: fouvry (add-hook 'mail-send-hook