Hi,
I don't get any pop-up windows when I open a mail in the gnus-summary buffer. I'm using emacs-macport version 29.1.
This is my config:
(use-package ebdb
:config
(require 'ebdb-gnus)
(require 'ebdb-message)
(require 'ebdb-notmuch)
(setq ebdb-message-auto-update-p
(lambda ()
(unless (ebdb-mua-message-header "Newsgroups")
'query)))
(setq ebdb-gnus-auto-update-p "query")
(setq ebdb-notmuch-auto-update-p "query")
)
Any hints on how to fix this?