diff options
author | alecpl <alec@alec.pl> | 2009-02-06 09:34:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-02-06 09:34:02 +0000 |
commit | b7827e6ea1619e5606011990d6b25e935b215f08 (patch) | |
tree | 31ec8eaab6365dff94d0d893491972e5369f0343 /program/js/app.js | |
parent | 487edf8c629e7dfd56f2588fbdd7fecace230104 (diff) |
- allow printing drafts
Diffstat (limited to 'program/js/app.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 399eaea77..3562e3f78 100644 --- a/program/js/app.js +++ b/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 |