blob: e3b13beca8bb6b93e8b0031978f44e886ba0eca9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8" ?>
<toolbar>
<item file="mail_reply" text="Reply" action="A_REPLY_MESSAGE"/>
<item file="mail_reply_to_all" text="All" action="A_REPLY_ALL"/>
<item file="mail_reply_to_author" text="Sender" action="A_REPLY_SENDER"/>
<item file="mail_forward" text="Forward" action="A_FORWARD"/>
<separator/>
<item file="trash_btn" text="Trash" action="A_TRASH"/>
<item file="spam_btn" text="Spam" action="A_LEARN_SPAM"/>
<item file="down_arrow" text="Next" action="A_GOTO_NEXT"/>
</toolbar>
|