Skip to content

No pop-up window in article buffers on emacs-macport #119

Description

@kfiz

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions