alecpl
2011-08-22 7a2bade211d2e8951dda2b88754a564670847b35
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+'">&nbsp;</span>';
        else
          html = '&nbsp;';
      }
      else
        html = cols[c];