Feature #466
"read" buffer
0%
Description
I've created an "unread" buffer view, which basically just filters everything away what is not active. Now it would be nice to create a "read" buffer view, which is the opposite to the "unread".
An Example: One has three channels:
mynetwork:
#first*
#second
#third-
#fourth
the one with the asteriks is "active" (green colored in default skin) and the one with the "-" is parted. So my "unread" view looks like this:
mynetwork:
#first*
and the "read" should look like this:
mynetwork:
#second
#third-
#fourth
This is currently not possible. Please add something like this :)
History
#1 Updated by pennywise almost 16 years ago
After some thinking, the only thing I really need is a counterpart to the "Minimum Activity" called "Maximum Activity"
#2 Updated by Sputnick almost 16 years ago
Could just replace the combobox for the minimum activity level by a list containing the four levels we have (none - join/part - unread - highlight) and allowing to check those individually. That way, everybody can create his custom activity buffer.
#4 Updated by Anonymous over 12 years ago
The Minimum Activity combobox has been implemented in f2e4609f , but this would include the 'unread' channel in the list for 'read' channels. does that matter, or is it close enough to close this issue?