Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Allow doom-modeline-gnus-excluded-groups to be a predicate too #479

Open
memeplex opened this issue Oct 12, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@memeplex
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I'm subscribed to many newsgroups but I only want to receive notifications from my personal email account and a couple of groups that I deem important.

Describe the solution you'd like

Extend the meaning of doom-modeline-gnus-excluded-groups to allow it to be a general predicate.

Describe alternatives you've considered

  • A whitelist/blacklist mechanism.
  • A regular expression.

Both are subsumed in my proposal which is more general and simpler to implement.

@memeplex memeplex added the enhancement New feature or request label Oct 12, 2021
@seagle0128
Copy link
Owner

@MorganJamesSmith Can you please take a look at this request? It's related to #335 . Thanks!

@Thaodan
Copy link
Contributor

Thaodan commented Oct 28, 2022

@MorganJamesSmith Can you please take a look at this request? It's related to #335 . Thanks!

I works in that direction but requires the use of the exact group name as used in ‘gnus-newsrc-alist’‘.
What the OP suggested is to allow white or blacklist and personally I think the most important: regex, right now each group has to be added manually like this:

(setq doom-modeline-gnus-excluded-groups '("nntp+Gmane:gmane.emacs.bugs"
                                             "nntp+Gmane:gmane.emacs.devel"
                                             "nntp+Gmane:gmane.emacs.gnus.general"
                                             "nntp+Gmane:gmane.emacs.gnus.user"
                                             "nntp+Gmane:gmane.emacs.help"))

@seagle0128
Copy link
Owner

Closing due to no activity.

@Thaodan
Copy link
Contributor

Thaodan commented Oct 24, 2023

Activity on what part? I think there has been enough activity to describe the issue.

@seagle0128 seagle0128 reopened this Oct 24, 2023
@seagle0128
Copy link
Owner

seagle0128 commented Oct 24, 2023

@Thaodan Sorry, I closed it by mistake while I was cleaning up the issues.

And ping @MorganJamesSmith kindly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants