diff options
author | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-08 20:18:56 +0000 |
commit | 583f1c8d80c42195d0ee41f30a885e13d777b79f (patch) | |
tree | a9069c3d540940c7d0855cd07698d786f30f3792 /skins/default/templates/mail.html | |
parent | b595c9fcf6940ae25c1e58ef2b8d340405083906 (diff) |
Added reply-to-all function (submitted by Julien Brette)
Diffstat (limited to 'skins/default/templates/mail.html')
-rw-r--r-- | skins/default/templates/mail.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 3eafad581..61d0e6d52 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -13,6 +13,7 @@ <div id="messagetoolbar"> <roundcube:button command="compose" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="writenewmessage" /> <roundcube:button command="reply" imageAct="/images/buttons/reply_act.png" imagePas="/images/buttons/reply_pas.png" width="32" height="32" title="replytomessage" /> +<roundcube:button command="reply-all" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" /> <roundcube:button command="forward" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> <roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="printmessage" /> |