[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: updating, confused
From: |
Rob Walker |
Subject: |
Re: updating, confused |
Date: |
Mon, 03 Sep 2018 22:44:37 -0700 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
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?
address@hidden:~/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)))
- updating, confused, Greg Troxel, 2018/09/03
- Re: updating, confused, Roland Winkler, 2018/09/03
- Re: updating, confused, Barak A. Pearlmutter, 2018/09/03
- Re: updating, confused, Roland Winkler, 2018/09/03
- Re: updating, confused, Thomas Fitzsimmons, 2018/09/03
- Re: updating, confused, Barak A. Pearlmutter, 2018/09/03
- Re: updating, confused, Greg Troxel, 2018/09/03
- Re: updating, confused, Barak A. Pearlmutter, 2018/09/03
- Re: updating, confused, Roland Winkler, 2018/09/03
- Re: updating, confused, N. Jackson, 2018/09/03
- Re: updating, confused,
Rob Walker <=
Re: updating, confused, Greg Troxel, 2018/09/03
- Re: updating, confused, N. Jackson, 2018/09/03
- Re: updating, confused, Roland Winkler, 2018/09/03
- Re: updating, confused, Greg Troxel, 2018/09/04
- Re: updating, confused, Roland Winkler, 2018/09/07
- Re: updating, confused, Bob Newell, 2018/09/08