Re: updating, confused
Rob Walker <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
Roland, Thank you for releasing BBDB. Here is a change that I would request you include in the next release. It is that line there about wanderlust. < (wl mime-view-mode wl-summary-mode wl-draft-mode) I don't know anything about the rmail changes. Thanks, Rob On Mon, 03 Sep 2018 17:04:42 -0700, Roland Winkler wrote: > > On Mon Sep 3 2018 Barak A. Pearlmutter wrote: > > Oops, maybe I jumped the gun on v3.2. Roland? > > when. Maybe I should just go ahead and release BBDB 3.2. Does > anybody care? a@oven:~/bbdb/lisp$ diff ~/.emacs.d/bbdb-fixes/bbdb-mua.el ~/bbdb/lisp/bbdb-mua.el 3c3 < ;; Copyright (C) 2010-2017 Free Software Foundation, Inc. --- > ;; Copyright (C) 2010-2018 Free Software Foundation, Inc. 51c51 < (autoload 'bbdb/rmail-header "bbdb-rmail") --- > (autoload 'rmail-get-header "rmail") 71c71 < (wl mime-view-mode wl-summary-mode wl-draft-mode) --- > (wl wl-summary-mode wl-draft-mode) 118c118,120 < ((eq mua 'rmail) (bbdb/rmail-header header)) --- > ((eq mua 'rmail) > (with-current-buffer rmail-buffer > (rmail-get-header header)))