Changeset d859b0c in github for program/steps/mail/compose.inc
- Timestamp:
- Dec 16, 2008 12:01:50 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 58687d0
- Parents:
- f1cc7fc
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r8e98f21 rd859b0c 195 195 && (!$MESSAGE->compose_from 196 196 || !in_array_nocase($addr_part['mailto'], $MESSAGE->compose_from) 197 || count($to_addresses)==1)) // allow reply to yourself197 || (count($to_addresses)==1 && $header=='to'))) // allow reply to yourself 198 198 { 199 199 $fvalue .= (strlen($fvalue) ? ', ':'').$addr_part['string'];
Note: See TracChangeset
for help on using the changeset viewer.
