From 86879ec84e3c576ee495cfded4b653b018dac79d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 5 Oct 2023 10:27:54 +0200 Subject: [PATCH] Update assignment to obsolete BBDB variable --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9c7a25b..ee07d85 100644 --- a/init.el +++ b/init.el @@ -1361,7 +1361,7 @@ point to the beginning of buffer first." bbdb-save) :init (setq bbdb-completion-display-record nil bbdb-complete-mail-allow-cycling t - bbdb-mua-auto-update-p 'query + bbdb-mua-auto-action 'query bbdb-default-country "Germany") :config (progn (add-hook 'message-setup-hook 'bbdb-mail-aliases)