Changeset 2161 in subversion
- Timestamp:
- Dec 16, 2008 12:01:50 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r2158 r2161 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.
