Ignore:
Timestamp:
Oct 14, 2010 1:33:11 PM (3 years ago)
Author:
alec
Message:
  • Don't try to match identity on reply when user has only one
File:
1 edited

Legend:

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

    r4080 r4095  
    461461    else if (!empty($_SESSION['compose']['param']['from'])) 
    462462      $from_id = $_SESSION['compose']['param']['from']; 
    463     else { 
     463    else if (count($user_identities) > 1) { 
    464464      $return_path = $MESSAGE->headers->others['return-path']; 
    465465 
Note: See TracChangeset for help on using the changeset viewer.