diff options
author | alecpl <alec@alec.pl> | 2010-12-09 19:10:44 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-12-09 19:10:44 +0000 |
commit | 3ee5a7200afc62d8eda2c0ce77743af4951147a3 (patch) | |
tree | cdb9d8875a9a315ad2dfa5670c8526bdd43e2a96 /program/js | |
parent | c2c820cbf4ec226b5508357bcb55a5f28aaf8805 (diff) |
- Improved Mail-Reply-To and Mail-Followup-To headers handling
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index e88e19f69..90c18b6e6 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -2819,7 +2819,7 @@ function rcube_webmail() input_subject = $("input[name='_subject']"), input_message = $("[name='_message']").get(0), html_mode = $("input[name='_is_html']").val() == '1', - ac_fields = ['cc', 'bcc', 'replyto', 'mailreplyto', 'mailfollowupto']; + ac_fields = ['cc', 'bcc', 'replyto', 'followupto']; // init live search events this.init_address_input_events(input_to); |