From 5a5cb083cc1f37ff8c012bdc59cfb1179b9f2d30 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 6 Feb 2009 09:34:02 +0000 Subject: - allow printing drafts git-svn-id: https://svn.roundcube.net/trunk@2274 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3