summaryrefslogtreecommitdiffstats
path: root/.claws-mail/toolbar_main.xml
blob: 59662914ea20e417befa44584dbed75c20201266 (plain)
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"/>
	<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_reply_to_list" text="List" action="A_REPLY_ML"/>
	<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>