I just noticed that nothing was automatically being updated in my BBDB
when I switched to mh-e 4.0.

This is because the bbdb/mh-update-record was being called in the
folder buffer instead of the msg buffer.  Adding the following two
lines to the beginning of the function fixed things.

  (save-excursion
    (and mh-show-buffer (set-buffer mh-show-buffer))

Lance

Reply via email to