cmcnulty
2013-11-06 9a7258a368ddca14e5d55fff77a76889a1f23871
fixed some whitespace stuff
1 files modified
4 ■■■■ changed files
program/steps/mail/func.inc 4 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -307,7 +307,7 @@
  }
  $mbox = $RCMAIL->storage->get_folder();
  // make sure 'threads' and 'subject' columns are present
  if (!in_array('subject', $a_show_cols))
    array_unshift($a_show_cols, 'subject');
@@ -471,7 +471,7 @@
      case 'attachment':
      case 'priority':
      case 'status':
      case 'focus':
      case 'focus':
        $col_name = '<span class="' . $col .'">&nbsp;</span>';
        break;
      case 'threads':