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 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
<Root>
<commands>
<cmd name="FileOpen" _label="Open" hidden="1"
_tip="Open a file" pixtype="stock" pixname="gtk-open" accel="*Control*o"/>
<cmd name="FileSave" _label="Save"
_tip="Save the current file" pixtype="stock" pixname="gtk-save"
accel="*Ctrl*s"/>
<cmd name="FileSaveAs" _label="Save As"
_tip="Save the current file with a different name"
pixtype="stock" pixname="gtk-save-as"/>
<cmd name="FileClose" _label="Close"
_tip="Close the current file" pixtype="stock" pixname="gtk-close"
accel="*Ctrl*w"/>
<cmd name="FileSaveInFolder" _label="Save in folder..."
_tip="Save the message in a specified folder"/>
<cmd name="FileSend" _label="Send" _tip="Send this message"
accel="*Ctrl*Return"
pixtype="pixbuf"/>
<cmd name="FileAttach" _label="Attach" _tip="Attach a file"
accel="*Ctrl**Alt*a"
pixtype="pixbuf"/>
<cmd name="DeleteAll" _label="_Delete all"
pixtype="stock" pixname="gtk-delete"
_tip="Delete all but signature"/>
<cmd name="FormatHtml" _label="HT_ML" _tip="Send the mail in HTML format"
type="toggle" state="0"/>
<cmd name="ViewFrom" _label="_From Field"
_tip="Toggles whether the From chooser is displayed" type="toggle" state="0"/>
<cmd name="ViewTo" _label="_To Field"
_tip="Toggles whether the To field is displayed"
type="toggle" state="0"/>
<cmd name="ViewPostTo" _label="_Post-To Field"
_tip="Toggles whether the Post-To field is displayed"
type="toggle" state="0"/>
<cmd name="ViewReplyTo" _label="_Reply-To Field"
_tip="Toggles whether the Reply-To field is displayed"
type="toggle" state="0"/>
<cmd name="ViewCC" _label="_Cc Field"
_tip="Toggles whether the CC field is displayed"
type="toggle" state="0"/>
<cmd name="ViewBCC" _label="_Bcc Field"
_tip="Toggles whether the BCC field is displayed"
type="toggle" state="0"/>
<cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments"
type="toggle" state="0"/>
<cmd name="SecurityPGPSign" _label="PGP Sign" _tip="Sign this message with your PGP key"
type="toggle" state="0"/>
<cmd name="SecurityPGPEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP"
type="toggle" state="0"/>
<cmd name="SecuritySMimeSign" _label="S/MIME Sign"
_tip="Sign this message with your S/MIME Signature Certificate"
type="toggle" state="0" hidden="1"/>
<cmd name="SecuritySMimeEncrypt" _label="S/MIME Encrypt"
_tip="Encrypt this message with your S/MIME Encryption Cetificate"
type="toggle" state="0" hidden="1"/>
</commands>
<keybindings>
</keybindings>
<menu>
<submenu name="File" _label="_File">
<menuitem name="FileOpen" verb="" _label="_Open..."/>
<placeholder name="FileOps"/>
<menuitem name="FileSend" verb="" _label="Send"/>
<separator f="" name="emailcomposer1"/>
<menuitem name="FileSave" verb="" _label="_Save"/>
<menuitem name="FileSaveAs" verb="" _label="Save _As..."/>
<menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/>
<placeholder name="Print" delimit="top"/>
<separator f="" name="emailcomposer2"/>
<menuitem name="FileClose" verb="" _label="_Close"/>
</submenu>
<submenu name="Edit" _label="_Edit">
<placeholder name="EditUndoRedo"/>
<separator f="" name="emailcomposer1"/>
<placeholder name="EditCutCopyPaste"/>
<separator f="" name="emailcomposer2"/>
<placeholder name="EditFindReplace"/>
<separator f="" name="emailcomposer3"/>
<placeholder name="EncodingPlaceholder"/>
<separator f="" name="emailcomposer4"/>
<placeholder name="EditMisc"/>
</submenu>
<submenu name="Format" _label="For_mat">
<menuitem name="FormatHtml" verb=""/>
<separator/>
<placeholder name="FormatParagraph"/>
</submenu>
<submenu name="View" _label="_View">
<menuitem name="ViewAttach" verb="" _label="Show _attachments"/>
<separator f="" name="emailcomposer"/>
<menuitem name="ViewFrom" verb=""/>
<menuitem name="ViewTo" verb=""/>
<menuitem name="ViewPostTo" verb=""/>
<menuitem name="ViewReplyTo" verb=""/>
<menuitem name="ViewCC" verb=""/>
<menuitem name="ViewBCC" verb=""/>
</submenu>
<submenu name="Insert" _label="_Insert">
<menuitem name="FileAttach" verb=""
_label="_Attachment..." pixtype="pixbuf"/>
<placeholder name="Component"/>
</submenu>
<submenu name="Security" _label="_Security">
<menuitem name="SecurityPGPSign" verb="" _label="PGP Sign"/>
<menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/>
<menuitem name="SecuritySMimeSign" verb="" _label="S/MIME Sign"/>
<menuitem name="SecuritySMimeEncrypt" verb="" _label="S/MIME Encrypt"/>
</submenu>
</menu>
<dockitem name="Toolbar" behavior="exclusive" hlook="system" vlook="icon">
<toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
<toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>
<separator f="" name="emailcomposer"/>
</dockitem>
</Root>
|