Changeset 19c9d39 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Oct 18, 2008 3:01:37 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
bfdbcf5
Parents:
898249d
Message:
  • wrap also prefix line in reply body
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/compose.inc

    r2b180b1 r19c9d39  
    527527      } 
    528528 
    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", 
    531531      $MESSAGE->headers->date, 
    532       $MESSAGE->get_header('from')); 
     532      $MESSAGE->get_header('from')), 76); 
    533533 
    534534    $suffix = ''; 
Note: See TracChangeset for help on using the changeset viewer.