alecpl
2008-10-18 19c9d396df708052fd7ea774aa809f161cf8eac2
- wrap also prefix line in reply body


1 files modified
6 ■■■■ changed files
program/steps/mail/compose.inc 6 ●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -526,10 +526,10 @@
      $body = join("\n", $a_lines);
      }
    // add title line
    $prefix = sprintf("On %s, %s wrote:\n",
    // add title line(s)
    $prefix = wordwrap(sprintf("On %s, %s wrote:\n",
      $MESSAGE->headers->date,
      $MESSAGE->get_header('from'));
      $MESSAGE->get_header('from')), 76);
    $suffix = '';
  }