There are two configuration options that can hold buffers:
- notify_on_all_messages_in_buffers
- ignore_buffers
It would be great to have a command to add / remove the current buffer from these lists, or query it. I was thinking of something like:
/notifybuf list
/notifybuf add [BUFFER]
/notifybuf del [BUFFER]
/mute list
/mute add [BUFFER]
/mute del [BUFFER]
Could you think of better command names?
What do you think ? Would a PR like this accepted ?
Thank you.