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: storing the bbdb on an imap server

2005-04-15 Thread Colin Rafferty
Wes Hardaker wrote: Ronan Waide [EMAIL PROTECTED] said: Changing BBDB's backend is something I've experimented with, but it's non-trivial - you need to make a LOT of changes to bbdb.el to make it fly. It'd be handy if I could keep my bbdb info in my kaddressbook, for example, and use a

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