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/kmcomposerui.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/kmcomposerui.rc')
-rw-r--r-- | kmail/kmcomposerui.rc | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/kmail/kmcomposerui.rc b/kmail/kmcomposerui.rc new file mode 100644 index 000000000..8e015e3de --- /dev/null +++ b/kmail/kmcomposerui.rc @@ -0,0 +1,115 @@ +<!DOCTYPE kpartgui ><kpartgui version="32" name="kmcomposer" > + <MenuBar> + <Menu noMerge="1" name="file" > + <text>&Message</text> + <Action name="new_composer" /> + <Action name="open_mailreader" /> + <Separator/> + <Action name="send_default" /> + <Action name="send_default_via" /> + <Action name="send_alternative" /> + <Action name="send_alternative_via" /> + <Action name="save_in_drafts" /> + <Action name="save_in_templates" /> + <Separator/> + <Action name="insert_file" /> + <Action name="insert_file_recent" /> + <Action name="file_print" /> + <Separator/> + <Action name="file_close" /> + </Menu> + <Menu name="edit" > + <text>&Edit</text> + <Action name="paste_quoted" append="edit_paste_merge"/> + <Action name="paste_att" append="edit_paste_merge"/> + <Action name="clean_spaces" /> + <Action name="append_signature" /> + <Action name="prepend_signature" /> + <Action name="insert_signature_at_cursor_position" /> + <Separator/> + <Action name="tools_quote"/> + <Action name="tools_unquote"/> + </Menu> + <Menu noMerge="1" name="options" > + <text>&Options</text> + <Action name="urgent" /> + <Action name="options_request_mdn" /> + <Separator/> + <Action name="sign_message" /> + <Action name="encrypt_message" /> + <Action name="encrypt_message_chiasmus"/> + <Separator/> + <Action name="options_select_crypto" /> + <Action name="html"/> + <Action name="charsets" /> + <Action name="wordwrap" /> + <Action name="options_auto_spellchecking" /> + </Menu> + <Menu noMerge="1" name="view" > + <text>&View</text> + <Action name="show_all_fields" /> + <Separator/> + <Action name="show_identity" /> + <Action name="show_dictionary" /> + <Action name="show_fcc" /> + <Action name="show_transport" /> + <Separator/> + <Action name="show_from" /> + <Action name="show_reply_to" /> + <Action name="show_to" /> + <Action name="show_cc" /> + <Action name="show_bcc" /> + <Action name="show_subject" /> + <Separator/> + <Action name="toggle_fixedfont" /> + <Action name="snippets" /> + </Menu> + <Menu name="attach" > + <text>&Attach</text> + <Action name="attach_public_key" /> + <Action name="attach_my_public_key" /> + <Separator/> + <Action name="attach" /> + <Action name="remove" /> + <Action name="attach_save" /> + <Action name="attach_properties" /> + </Menu> + <Menu name="tools"> + <Action name="spellcheck" /> + <Action name="select_recipients"/> + <Action name="addressbook"/> + <Action name="save_distribution_list"/> + </Menu> + <Menu name="settings" > + <text>&Settings</text> + <Action name="setup_spellchecker" append="save_merge"/> + </Menu> + </MenuBar> + <ToolBar noMerge="1" name="mainToolBar" fullWidth="true" ><text>Main Toolbar</text> + <Action name="send_default_via" /> + <Action name="send_alternative_via" /> + <Separator/> + <Action name="attach" /> + <Separator/> + <Action name="edit_cut" /> + <Action name="edit_copy" /> + <Action name="edit_paste" /> + <Separator/> + <Action name="sign_message" /> + <Action name="encrypt_message" /> + <Action name="options_select_crypto" /> + </ToolBar> + <ToolBar noMerge="1" enable="0" name="htmlToolBar" ><text>HTML Toolbar</text> + <Action name="text_list" /> + <Action name="text_font" /> + <Action name="text_size" /> + <Action name="format_reset" /> + <Action name="text_bold" /> + <Action name="text_italic" /> + <Action name="text_under" /> + <Action name="format_color" /> + <Action name="align_left" /> + <Action name="align_center" /> + <Action name="align_right" /> + </ToolBar> +</kpartgui> |