mu4e.texi: add note about bbdb address completion

Fixes #2691
This commit is contained in:
Dirk-Jan C. Binnema 2024-04-14 21:39:45 +03:00
parent 29ce96923a
commit 48822a3af6
1 changed files with 16 additions and 0 deletions

View File

@ -3612,6 +3612,21 @@ such as @file{~/.emacs.d/init.el}) the following @emph{after} the
(setq mu4e-view-show-addresses t)
@end lisp
For recent emacs (29 and later), address-completion may need some extra setup:
@lisp
(add-hook 'message-mode-hook
(lambda ()
(add-to-list 'completion-at-point-functions
#'eudc-capf-complete)))
@end lisp
or, if that does not work:
@lisp
(add-hook 'message-mode-hook
(lambda ()
(add-to-list 'completion-at-point-functions
#'message-expand-name)))
@end lisp
@noindent
After this, you should be able to:
@itemize
@ -3621,6 +3636,7 @@ After this, you should be able to:
@end itemize
@node Sauron
@section Sauron