Changeset d859b0c in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Dec 16, 2008 12:01:50 PM (4 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
58687d0
Parents:
f1cc7fc
Message:

allow reply to yourself only in To field

File:
1 edited

Legend:

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

    r8e98f21 rd859b0c  
    195195            && (!$MESSAGE->compose_from 
    196196                || !in_array_nocase($addr_part['mailto'], $MESSAGE->compose_from) 
    197                 || count($to_addresses)==1)) // allow reply to yourself 
     197                || (count($to_addresses)==1 && $header=='to'))) // allow reply to yourself 
    198198        { 
    199199          $fvalue .= (strlen($fvalue) ? ', ':'').$addr_part['string']; 
Note: See TracChangeset for help on using the changeset viewer.