Skip to content

How to show only unread notifications #341

Closed Answered by tarsius
maan2003 asked this question in Q&A
Discussion options

You must be logged in to vote

The whole notification thing would need an overhaul, but it is not priority for a variety of reasons.

Meanwhile you can do this:

(with-eval-after-load 'magit
  (fset 'forge--list-notifications-all
        (symbol-function 'forge--list-notifications-unread)))

To always list only the unread notifications, which might be what you want in the short-run because listing everything is so extremely slow.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@zoechi
Comment options

@zoechi
Comment options

Answer selected by tarsius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants