blob: 565be89970881dcb46c76793d16a918c58c1c417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8" ?>
<toolbar>
<item file="mail_receive_all" text="Get Mail" action="A_RECEIVE_ALL"/>
<separator/>
<item file="mail_send_queue" text="Send" action="A_SEND_QUEUED"/>
<item file="mail_compose" text="Compose" action="A_COMPOSE_EMAIL"/>
<separator/>
<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"/>
<separator/>
<item file="down_arrow" text="Next" action="A_GOTO_NEXT"/>
</toolbar>
|