summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-02-06 09:34:02 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-02-06 09:34:02 +0000
commit5a5cb083cc1f37ff8c012bdc59cfb1179b9f2d30 (patch)
tree0ba14a342adac6e1e3dd58368ae35e167c83ae6a /roundcubemail/program
parent96ecf8d61668aa551f7b8aa33b78f2abad2134ef (diff)
- allow printing drafts
git-svn-id: https://svn.roundcube.net/trunk@2274 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 399eaea77..3562e3f78 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -1313,7 +1313,7 @@ function rcube_webmail()
if (this.env.mailbox == this.env.drafts_mailbox)
{
this.enable_command('reply', 'reply-all', 'forward', false);
- this.enable_command('show', selected);
+ this.enable_command('show', 'print', selected);
this.enable_command('delete', 'moveto', 'mark', (list.selection.length > 0 ? true : false));
}
else