With bbdb-send-mail-style set to 'vm, I found that bbdb-send-mail
didn't run my vm hooks like I expected. After a bit of checking, I
noticed that bbdb-send-mail-internal invokes vm-mail-internal (which
doesn't run the hooks). So, I added the code to run the hooks (found
in the function vm-mail in vm-startup.el) at line 1384 in bbdb-com.el
(run-hooks 'vm-mail-hook)
(run-hooks 'vm-mail-mode-hook)
It seems to be working as expected. Does anyone out there have any
feelings as to whether or not this is the right thing to do?
Thanks for any input.
Mike