Changeset 19c9d39 in github for program/steps/mail/compose.inc
- Timestamp:
- Oct 18, 2008 3:01:37 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- bfdbcf5
- Parents:
- 898249d
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r2b180b1 r19c9d39 527 527 } 528 528 529 // add title line 530 $prefix = sprintf("On %s, %s wrote:\n",529 // add title line(s) 530 $prefix = wordwrap(sprintf("On %s, %s wrote:\n", 531 531 $MESSAGE->headers->date, 532 $MESSAGE->get_header('from')) ;532 $MESSAGE->get_header('from')), 76); 533 533 534 534 $suffix = '';
Note: See TracChangeset
for help on using the changeset viewer.
