Re: status of bbdb3 support in wl?
Michael Welle <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Michael Welle wrote:
[...]
> at least it is your wife ;). Well, I think that is a feature. The
> hmw/complete-and-expand-mailabbrev function uses several methods to
> expand 'wife'. First it tries expand-abbrev, which I think finds the
> hotmail address. I think the default location for that data is
> ~/.emacs.d/abbrev_defs. Maybe you find the culprit there?
I should add that, if you don't like that behaviour, you can change
the hook to
(add-hook 'wl-draft-mode-hook
(lambda ()
(define-key wl-draft-mode-map "\C-i" 'bbdb-complete-mail)))
and get rid off the hmw/c-a-e-m function.
Regards
hmw