Re: bbdb fails with rmail on emacs 25 due to depreciated function rmail-narrow-to-non-pruned-header
"Roland Winkler" <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed May 2 2018 [email protected] wrote: > This is apparently happening in line 38 in bbdb-3.2\bbdb-rmail.el: > > (with-no-warnings (rmail-narrow-to-non-pruned-header)) > > I believe this is related to bug > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556993 > I.e. GNU Emacs version 23 and above does not provide funciton > rmail-narrow-to-non-pruned-header Thanks for reporting. The function rmail-narrow-to-non-pruned-header doesn't exist anymore and the above debian bug report provided a patch for this. Yet this patch somehow disappeared again when BBDB was prepared for elpa.git. I've installed a simplified patch. Does it work now?