Clazy fix++
[kdepim.git] / kmail / kmreadermainwin.rc
blob4156ad3a30d15d2dc5b176448b3e1de9be2f24a0
1 <!DOCTYPE kpartgui>
2 <kpartgui version="425" name="kmreadermainwin" translationDomain="kmail">
3  <MenuBar>
4   <Menu noMerge="1" name="file" >
5    <text>&amp;File</text>
6    <Action name="save_message" />
7    <Action name="file_print_preview"/>
8    <Action name="file_print" />
9    <Separator/>
10    <Action name="move_to_trash" />
11    <Separator/>
12    <Action name="file_close" />
13   </Menu>
14   <Menu noMerge="1" name="edit">
15    <text>&amp;Edit</text>
16    <Action name="kmail_copy"/>
17    <Action name="find_in_messages" />
18   </Menu>
19   <Menu noMerge="1" name="view">
20    <text>&amp;View</text>
21    <Action name="view_headers"/>
22    <Action name="view_attachments"/>
23    <Separator/>
24    <Action name="view_source"/>
25    <Action name="toggle_mimeparttree"/>
26    <Separator/>
27    <Action name="toggle_fixedfont"/>
28    <Action name="encoding" />
29    <Separator/>
30    <Menu noMerge="1" name="zoom" >
31      <text>Zoom</text>
32      <Action name="zoom_in"/>
33      <Action name="zoom_out"/>
34      <Separator/>
35      <Action name="zoom_reset"/>
36      <Separator/>
37      <Action name="toggle_zoomtextonly"/>
38    </Menu>
39   </Menu>
40   <Menu noMerge="1" name="message" >
41    <text>&amp;Message</text>
42    <Action name="new_message" />
43    <Action name="post_message" />
44    <Separator/>
45    <Action name="reply" />
46    <Action name="reply_all" />
47    <Menu noMerge="1" name="reply_special" >
48      <text>Reply Special</text>
49      <Action name="reply_author" />
50      <Action name="reply_list" />
51      <Action name="noquotereply" />
52      <Separator/>
53      <Action name="custom_reply" />
54      <Action name="custom_reply_all" />
55    </Menu>
56    <Menu name="menubar_message_forward">
57      <text>&amp;Forward</text>
58      <ActionList name="forward_action_list"/>
59      <Separator/>
60      <Action name="custom_forward" />
61    </Menu>
62    <Action name="send_again" />
63    <Action name="edit"/>
64    <Action name="mailing_list"/>
65    <Separator/>
66    <Action name="set_status" />
67    <Separator/>
68    <Action name="create_todo"/>
69    <Action name="create_event"/>
70   </Menu>
71   <Menu noMerge="1" name="settings">
72    <text>&amp;Settings</text>
73    <Merge name="StandardToolBarMenuHandler"/>
74    <Separator/>
75    <Action name="options_configure_keybinding" group="settings_configure"/>
76    <Action name="options_configure_toolbars" group="settings_configure" />
77    <Action name="kmail_configure_kmail" group="settings_configure"/>
78   </Menu>
79  </MenuBar>
80  <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
81   <text>Main Toolbar</text>
82   <Action name="file_print" />
83   <Separator/>
84   <Action name="message_reply_menu" />
85   <Action name="message_forward"/>
86   <Separator/>
87   <Action name="move_to_trash" />
88   <Separator/>
89   <Action name="create_todo"/>
90   <Separator/>
91   <Action name="text_font" />
92   <Action name="text_size" />
93  </ToolBar>
94 </kpartgui>