Skip to content
Snippets Groups Projects
Commit 1d4c8d31 authored by Roman Lacko's avatar Roman Lacko
Browse files

Always show mail count number in IMAPUnread

parent 982128f5
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,6 @@ sub invoke($self) {
} elsif ($count > 0) {
$ret->{color} = "%{imapunread.unread,silver}";
} else {
delete $ret->{text};
$ret->{color} = "%{imapunread.nomail,gray}";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment