Changeset 5098 in subversion
- Timestamp:
- Aug 19, 2011 6:11:03 AM (22 months 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
r5097 r5098 275 275 // use From header 276 276 if (in_array($compose_mode, array(RCUBE_COMPOSE_DRAFT, RCUBE_COMPOSE_EDIT))) { 277 if ($MESSAGE->headers->from == $ident[' email_ascii']) {277 if ($MESSAGE->headers->from == $ident['ident']) { 278 278 $from_idx = $idx; 279 279 break; 280 280 } 281 281 } 282 else if ($compose_mode == RCUBE_COMPOSE_REPLY && $MESSAGE->headers->from == $ident['email_ascii']) { 282 // reply to yourself 283 else if ($compose_mode == RCUBE_COMPOSE_REPLY && $MESSAGE->headers->from == $ident['ident']) { 283 284 $from_idx = $idx; 284 285 break; 285 286 } 286 // use repl y-message recipients287 // use replied message recipients 287 288 else if (in_array($ident['email_ascii'], $a_recipients)) { 288 289 $from_idx = $idx;
Note: See TracChangeset
for help on using the changeset viewer.
