Re: [BBDB] ChangeLog 2023-10-22 (support notmuch, increase version number)
Roland Winkler <[email protected]> Mon, 23 Oct 2023 11:22:28 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 23 2023, Michael Richardson wrote: > Roland Winkler <[email protected]> wrote: > > I am also attaching a yet uncommitted patch by Stefan (CC'ed) that > > replaces the depreciated defadvice in the MH-E interface of BBDB with > > advice-add. Neither he nor I use MH-E. So I'd appreciate if a brave > > MH-E user wants to test the patch and let me know whether it works as > > expected. > > I do. > Is this for BBDBv3? > > What should I see differently. > I think something about when I compose or forward email? You should install the latest BBDB v3 from either GNU Elpa or the BBDB repo on savannah, then you install the patch that was attached to my previous mail and recompile BBDB. Then, you should see that, with the patch applied, the adviced commands mh-send, mh-send-other-window, mh-forward, and mh-redistribute behave exactly as before when the code used the (now depreciated) defadvice instead of advice-add. Should these commands behave differently compared with the old code, something unexpected went wrong.