Changeset a63e10e in github for program/steps/mail/compose.inc
- Timestamp:
- Apr 14, 2008 6:11:50 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 9950110
- Parents:
- a901aa5
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r47124c22 ra63e10e 500 500 501 501 // try to remove the signature 502 if ($sp = strr str($body, '-- '))502 if ($sp = strrpos($body, '-- ')) 503 503 { 504 504 if ($body{$sp+3}==' ' || $body{$sp+3}=="\n" || $body{$sp+3}=="\r")
Note: See TracChangeset
for help on using the changeset viewer.
