Feature #466
"read" buffer
| Status: | New | Start date: | 01/05/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Quassel Client | |||
| Target version: | - | |||
| OS: | Any |
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 about 3 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 about 3 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.