summaryrefslogtreecommitdiffstats
path: root/kmail/kmreadermainwin.rc
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmreadermainwin.rc')
-rw-r--r--kmail/kmreadermainwin.rc75
1 files changed, 75 insertions, 0 deletions
diff --git a/kmail/kmreadermainwin.rc b/kmail/kmreadermainwin.rc
new file mode 100644
index 000000000..a6199ec3c
--- /dev/null
+++ b/kmail/kmreadermainwin.rc
@@ -0,0 +1,75 @@
+<!DOCTYPE kpartgui>
+<kpartgui version="13" name="kmreadermainwin" >
+ <MenuBar>
+ <Menu noMerge="1" name="file" >
+ <text>&amp;File</text>
+ <Action name="file_open" />
+ <Action name="file_save_as" />
+ <Action name="file_print" />
+ <Separator/>
+ <Action name="file_close" />
+ </Menu>
+ <Menu name="edit" >
+ <text>&amp;Edit</text>
+ <Action name="move_to_trash" />
+ </Menu>
+
+ <Menu noMerge="1" name="view">
+ <text>&amp;View</text>
+ <Action name="view_headers"/>
+ <Action name="view_attachments"/>
+ <Separator/>
+ <Action name="view_source"/>
+ <Separator/>
+ <Action name="toggle_fixedfont"/>
+ <Action name="encoding" />
+ </Menu>
+ <Menu noMerge="1" name="message" >
+ <text>&amp;Message</text>
+ <Action name="new_message" />
+ <Action name="post_message" />
+ <Separator/>
+ <Action name="reply" />
+ <Action name="reply_all" />
+ <Menu noMerge="1" name="reply_special" >
+ <text>Reply Special</text>
+ <Action name="reply_author" />
+ <Action name="reply_list" />
+ <Action name="noquotereply" />
+ </Menu>
+ <Menu name="menubar_message_forward">
+ <text>&amp;Forward</text>
+ <ActionList name="forward_action_list"/>
+ </Menu>
+ <Action name="send_again" />
+ <Action name="edit"/>
+ <Separator/>
+ <Action name="copy_to" />
+ <Separator/>
+ <Action name="set_status" />
+ <Separator/>
+ <Action name="create_todo"/>
+ </Menu>
+ <Menu noMerge="1" name="settings">
+ <text>&amp;Settings</text>
+ <Merge name="StandardToolBarMenuHandler"/>
+ <Separator/>
+ <Action name="options_configure_keybinding" group="settings_configure"/>
+ <Action name="options_configure_toolbars" group="settings_configure" />
+ <Action name="kmail_configure_kmail" group="settings_configure"/>
+ </Menu>
+ </MenuBar>
+ <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" >
+ <text>Main Toolbar</text>
+ <Action name="file_print" />
+ <Separator/>
+ <Action name="message_reply_menu" />
+ <Action name="message_forward"/>
+ <Separator/>
+ <Action name="move_to_trash" />
+ <Action name="create_todo"/>
+ <Separator/>
+ <Action name="text_font" />
+ <Action name="text_size" />
+ </ToolBar>
+</kpartgui>