Only initialize BBDB for message-mode
Being asked all the time whether to add the contact of the current message to BBDB is annoying.
This commit is contained in:
parent
7cbe776c7f
commit
41c4295e82
2
init.el
2
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"
|
(with-demoted-errors "Setting up BBDB failed: %s"
|
||||||
(bbdb-initialize 'gnus 'message)
|
(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.
|
;; 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
|
;; This is ensured by setting ARG of `gnus-group-mail’ to 1 in case it is not set, to
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user