summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-02-06 09:34:02 +0000
committeralecpl <alec@alec.pl>2009-02-06 09:34:02 +0000
commitb7827e6ea1619e5606011990d6b25e935b215f08 (patch)
tree31ec8eaab6365dff94d0d893491972e5369f0343
parent487edf8c629e7dfd56f2588fbdd7fecace230104 (diff)
- allow printing drafts
-rw-r--r--program/js/app.js2
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