From 48822a3af65341cd88783c78e292620cb4fe2b72 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 14 Apr 2024 21:39:45 +0300 Subject: [PATCH] mu4e.texi: add note about bbdb address completion Fixes #2691 --- mu4e/mu4e.texi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index b7eac90e..e1ca6826 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -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