diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-21 14:31:35 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-21 14:31:35 +0100 |
commit | 0a9d414084b5c0bef3b319afeddf7e634333a9b1 (patch) | |
tree | 91eb6dd845bc59d50227085599ff06a84f152f64 /program/js | |
parent | 04c856774d7a42824664462482cf4ebf4b4259f3 (diff) |
Update changelog, set version to 6.1
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 6295aee06..4935dce24 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -990,7 +990,7 @@ function rcube_webmail() if (uid = this.get_single_uid()) { url = {_reply_uid: uid, _mbox: this.env.mailbox}; if (command == 'reply-all') - // do reply-list, when list is detected and popup menu wasn't used + // do reply-list, when list is detected and popup menu wasn't used url._all = (!props && this.commands['reply-list'] ? 'list' : 'all'); else if (command == 'reply-list') url._all = 'list'; |