Aleksander Machniak
2012-11-11 77de23fa939338546a3e049459ffd29edd9058c2
program/include/rcmail.php
@@ -332,7 +332,7 @@
    $this->output->set_charset(RCMAIL_CHARSET);
    // add some basic labels to client
    $this->output->add_label('loading', 'servererror', 'requesttimedout');
    $this->output->add_label('loading', 'servererror', 'requesttimedout', 'refreshing');
    return $this->output;
  }
@@ -770,6 +770,7 @@
    }
  }
  /**
   * Registers action aliases for current task
   *
@@ -784,6 +785,7 @@
    }
  }
  /**
   * Returns current action filename
   *
@@ -798,6 +800,7 @@
    return strtr($this->action, '-', '_') . '.inc';
  }
  /**
   * Fixes some user preferences according to namespace handling change.
   * Old Roundcube versions were using folder names with removed namespace prefix.