/usr/share/kxmlgui5/kmail2/kmreadermainwin.rc is in kmail 4:16.04.3-4~deb9u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | <!DOCTYPE kpartgui>
<kpartgui version="520" name="kmreadermainwin" translationDomain="kmail">
<MenuBar>
<Menu noMerge="1" name="file" >
<text>&File</text>
<Action name="save_message" />
<Action name="file_print_preview"/>
<Action name="file_print" />
<Separator/>
<Action name="move_to_trash" />
<Separator/>
<Action name="file_close" />
</Menu>
<Menu noMerge="1" name="edit">
<text>&Edit</text>
<Action name="kmail_copy"/>
<Action name="find_in_messages" />
</Menu>
<Menu noMerge="1" name="view">
<text>&View</text>
<Action name="view_headers"/>
<Action name="view_attachments"/>
<Separator/>
<Action name="view_source"/>
<Action name="toggle_mimeparttree"/>
<Separator/>
<Action name="toggle_fixedfont"/>
<Action name="encoding" />
<Separator/>
<Menu noMerge="1" name="zoom" >
<text>Zoom</text>
<Action name="zoom_in"/>
<Action name="zoom_out"/>
<Separator/>
<Action name="zoom_reset"/>
<Separator/>
<Action name="toggle_zoomtextonly"/>
</Menu>
</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" />
<Separator/>
<Action name="custom_reply" />
<Action name="custom_reply_all" />
</Menu>
<Menu name="menubar_message_forward">
<text>&Forward</text>
<ActionList name="forward_action_list"/>
<Separator/>
<Action name="custom_forward" />
</Menu>
<Action name="send_again" />
<Action name="edit"/>
<Action name="mailing_list"/>
<Separator/>
<Action name="set_status" />
<Separator/>
<Action name="create_todo"/>
<Action name="create_event"/>
</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" />
<Separator/>
<Action name="create_todo"/>
</ToolBar>
</kpartgui>
|