program/js/app.js
@@ -1778,6 +1778,12 @@ html = expando; else if (c == 'subject') html = tree + cols[c]; else if (c == 'priority') { if (flags.prio > 0 && flags.prio < 6) html = '<span class="prio'+flags.prio+'"> </span>'; else html = ' '; } else html = cols[c];