diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /kmail/kmreadermainwin.rc | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/kmreadermainwin.rc')
-rw-r--r-- | kmail/kmreadermainwin.rc | 75 |
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>&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> |