" + " | " +
- link + mail.shortSender + " | | " + link + mail.shortSubject + " | | " +
+ link + mail.shortSender + " | " +
+ (mail.hasAttachment() ? " " : " ") + " | " +
+ link + mail.shortSubject + " | " +
+ (mail.isSpam() ? " " : " ") + " | " +
// don't let date get split across lines
mail.localFormattedDate.replace(" ", " ") + " | | " +
((mail.getSize() > 0) ? (DataHelper.formatSize2(mail.getSize()) + 'B') : "???") + " |
" );