You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.1 KiB
76 lines
2.1 KiB
<!DOCTYPE kpartgui>
|
|
<kpartgui version="13" name="kmreadermainwin" >
|
|
<MenuBar>
|
|
<Menu noMerge="1" name="file" >
|
|
<text>&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>&Edit</text>
|
|
<Action name="move_to_trash" />
|
|
</Menu>
|
|
|
|
<Menu noMerge="1" name="view">
|
|
<text>&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>&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>&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>&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>
|