From 41c4295e8254e448df55a7aa4e7461249884abca Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 9 Mar 2025 09:31:04 +0100 Subject: [PATCH] Only initialize BBDB for message-mode Being asked all the time whether to add the contact of the current message to BBDB is annoying. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c2872e9..f33e4dd 100644 --- a/init.el +++ b/init.el @@ -1539,7 +1539,7 @@ Note that this workaround is incomplete, as explained in this comment." (with-demoted-errors "Setting up BBDB failed: %s" (bbdb-initialize 'gnus 'message) - (bbdb-mua-auto-update-init 'gnus 'message)) + (bbdb-mua-auto-update-init 'message)) ;; Ensure that whenever we compose new mail, it will use the correct posting style. ;; This is ensured by setting ARG of `gnus-group-mail’ to 1 in case it is not set, to