blob: e67d25fe3ede93e52fe71597caab39396a6ceb24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?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"/>
<item file="notice_note" text="Proc" action="A_RUN_PROCESSING"/>
<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="Wastebin" 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>
|