Re: bbdb3

Randy Bush <[email protected]> Tue, 20 Feb 2018 14:56:18 -0800
Newsgroups gmane.mail.wanderlust.general
Message-ID <m24lmbmfsd.wl-randy__39561.803013976$1519167333$gmane$org@psg.com>
> ~/.emacs.d/init.el :

uh, is it safe to assume this is my ~/.emacs?

> ~/.emacs.d/wl-folders :

this is my ~/.folders

> ~/.emacs.d/wl-init.el :

and this my ~/.wl

and the magic hapens here.

> changes made to code:
> 
> $ diff -ur .emacs.d/wanderlust-20180210.2213-pristine .emacs.d/elpa/wanderlust-20180210.2213
> $ diff -ur .emacs.d/bbdb-3.2-pristine .emacs.d/elpa/bbdb-3.2
> diff -ur .emacs.d/bbdb-3.2-pristine/bbdb-mua.el .emacs.d/elpa/bbdb-3.2/bbdb-mua.el
> --- .emacs.d/bbdb-3.2-pristine/bbdb-mua.el      2018-02-19 21:54:09.952786956 -0800
> +++ .emacs.d/elpa/bbdb-3.2/bbdb-mua.el  2018-02-19 22:11:49.417480164 -0800
> @@ -68,7 +68,7 @@
>      (rmail rmail-mode rmail-summary-mode)
>      (mh mhe-mode mhe-summary-mode mh-folder-mode)
>      (mu4e mu4e-view-mode)  ; Tackle `mu4e-headers-mode' later
> -    (wl wl-summary-mode wl-draft-mode)
> +    (wl mime-view-mode wl-summary-mode wl-draft-mode)
>      (message message-mode mu4e-compose-mode notmuch-message-mode)
>      (mail mail-mode))
>    "Alist of MUA modes supported by BBDB.
> Only in .emacs.d/elpa/bbdb-3.2: bbdb-mua.el~
> diff -ur .emacs.d/bbdb-3.2-pristine/bbdb-wl.el .emacs.d/elpa/bbdb-3.2/bbdb-wl.el
> --- .emacs.d/bbdb-3.2-pristine/bbdb-wl.el       2018-02-19 21:54:09.108771224 -0800
> +++ .emacs.d/elpa/bbdb-3.2/bbdb-wl.el   2018-02-19 22:13:38.858475651 -0800
> @@ -36,10 +36,11 @@
>  
>  ;;;###autoload
>  (defun bbdb/wl-header (header)
> +  (with-current-buffer (get-buffer wl-summary-buffer-name)
>    (elmo-message-entity-field
>     (elmo-message-entity wl-summary-buffer-elmo-folder
>                          (wl-summary-message-number))
> -   (intern (downcase header)) 'string))
> +   (intern (downcase header)) 'string)))
>  
>  ;;;###autoload
>  (defun bbdb-insinuate-wl ()