alecpl
2010-10-14 bd2e33f5f9b1bbade6106a89314273ea74e2b805
- Don't try to match identity on reply when user has only one


1 files modified
2 ■■■ changed files
program/steps/mail/compose.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -460,7 +460,7 @@
      $from_id = get_input_value('_from', RCUBE_INPUT_POST);
    else if (!empty($_SESSION['compose']['param']['from']))
      $from_id = $_SESSION['compose']['param']['from'];
    else {
    else if (count($user_identities) > 1) {
      $return_path = $MESSAGE->headers->others['return-path'];
      // Set identity