source: trunk/third/evolution/ui/evolution-message-composer.xml @ 17188

Revision 17188, 5.3 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17187, which included commits to RCS files with non-trunk default branches.
Line 
1<Root>
2        <commands>
3
4                <cmd name="FileOpen" _label="Open" hidden="1"
5                _tip="Open a file" pixtype="stock" pixname="Open" accel="*Control*o"/>
6               
7                <cmd name="FileSave" _label="Save"
8                _tip="Save the current file" pixtype="pixbuf"
9                accel="*Ctrl*s"/>
10               
11                <cmd name="FileSaveAs" _label="Save As"
12                _tip="Save the current file with a different name"
13                pixtype="pixbuf"/>
14               
15                <cmd name="FileClose" _label="Close"
16                _tip="Close the current file" pixtype="stock" pixname="Close"
17                accel="*Ctrl*w"/>
18               
19                <cmd name="FileSaveInFolder" _label="Save in folder..."
20                _tip="Save the message in a specified folder"/>
21               
22                <cmd name="FileInsertFile" _label="Insert text file..."
23                accel="*Ctrl**Alt*f"
24                _tip="Insert a file as text into the message"/>
25               
26                <cmd name="FileSend" _label="Send" _tip="Send this message now"
27                accel="*Ctrl*Return"
28                pixtype="pixbuf"/>
29               
30                <cmd name="FileSendLater" _label="Send _later" _tip="Send the message later"
31                pixtype="pixbuf"/>
32               
33                <cmd name="FileAttach" _label="Attach" _tip="Attach a file"
34                accel="*Ctrl**Alt*a"
35                pixtype="pixbuf"/>
36               
37                <cmd name="DeleteAll" _label="_Delete all"
38                _tip="Delete all but signature"/>
39
40                <cmd name="FormatHtml" _label="H_TML" _tip="Send the mail in HTML format"
41                type="toggle" state="0"/>
42               
43                <cmd name="ViewFrom" _label="_From Field"
44                _tip="Toggles whether the From chooser is displayed" type="toggle" state="0"/>
45               
46                <cmd name="ViewReplyTo" _label="_Reply-To Field"
47                _tip="Toggles whether the Reply-To field is displayed"
48                type="toggle" state="0"/>
49               
50                <cmd name="ViewCC" _label="_Cc Field"
51                _tip="Toggles whether the CC field is displayed"
52                type="toggle" state="0"/>
53                           
54                <cmd name="ViewBCC" _label="_Bcc Field"
55                _tip="Toggles whether the BCC field is displayed"
56                type="toggle" state="0"/>
57               
58                <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments"
59                type="toggle" state="0"/>
60               
61                <cmd name="SecurityPGPSign" _label="PGP Sign" _tip="Sign this message with your PGP key"
62                type="toggle" state="0"/>
63               
64                <cmd name="SecurityPGPEncrypt" _label="PGP Encrypt" _tip="Encrypt this message with PGP"
65                type="toggle" state="0"/>
66               
67                <cmd name="SecuritySMimeSign" _label="S/MIME Sign"
68                _tip="Sign this message with your S/MIME Signature Certificate"
69                type="toggle" state="0" hidden="1"/>
70               
71                <cmd name="SecuritySMimeEncrypt" _label="S/MIME Encrypt"
72                _tip="Encrypt this message with your S/MIME Encryption Cetificate"
73                type="toggle" state="0" hidden="1"/>
74
75        </commands>
76       
77        <keybindings>
78       
79        </keybindings>
80       
81        <menu>
82                <submenu name="File" _label="_File">
83                        <menuitem name="FileOpen" verb="" _label="_Open..."/>
84                        <placeholder name="FileOps"/>
85                        <menuitem name="FileSend" verb="" _label="Send"/>
86                        <menuitem name="FileSendLater" verb="" _label="Send _Later"/>
87
88                        <separator f="" name="emailcomposer1"/>
89
90                        <menuitem name="FileSave" verb="" _label="_Save"/>
91                        <menuitem name="FileSaveAs" verb="" _label="Save _As..."/>
92                        <menuitem name="FileSaveDraft" verb="" _label="Save _Draft"/>
93                        <placeholder name="Print" delimit="top"/>
94
95                        <separator f="" name="emailcomposer2"/>
96
97                        <menuitem name="FileClose" verb="" _label="_Close"/>
98                </submenu>
99               
100                <submenu name="Edit" _label="_Edit">
101                         <placeholder name="EditUndoRedo"/>
102                         <separator f="" name="emailcomposer1"/>
103                         <placeholder name="EditCutCopyPaste"/>
104                         <separator f="" name="emailcomposer2"/>
105                         <placeholder name="EditFindReplace"/>
106                         <separator f="" name="emailcomposer3"/>
107                         <placeholder name="EncodingPlaceholder"/>
108                         <separator f="" name="emailcomposer4"/>
109                         <placeholder name="EditMisc"/>
110                </submenu>
111               
112                <submenu name="View" _label="_View">
113                        <menuitem name="ViewAttach" verb="" _label="Show _attachments"/>
114                        <separator f="" name="emailcomposer"/>
115                        <menuitem name="ViewFrom" verb=""/>
116                        <menuitem name="ViewReplyTo" verb=""/>
117                        <menuitem name="ViewCC" verb=""/>
118                        <menuitem name="ViewBCC" verb=""/>
119                </submenu>
120               
121                <submenu name="Insert" _label="_Insert">
122                        <menuitem name="FileAttach" verb=""
123                        _label="_Attachment..." pixtype="pixbuf"/>
124                        <menuitem name="FileInsertFile" verb=""
125                        _label="Inline Text _File..."/>
126                        <placeholder name="Component"/>
127                </submenu>
128               
129                <submenu name="Format" _label="For_mat">
130                        <menuitem name="FormatHtml" verb=""/>
131               
132                        <separator f="" name="emailcomposer"/>
133                        <placeholder name="FormatParagraph"/>
134                </submenu>
135               
136                <submenu name="Security" _label="_Security">
137                        <menuitem name="SecurityPGPSign" verb="" _label="PGP Sign"/>
138                        <menuitem name="SecurityPGPEncrypt" verb="" _label="PGP Encrypt"/>
139                        <menuitem name="SecuritySMimeSign" verb="" _label="S/MIME Sign"/>
140                        <menuitem name="SecuritySMimeEncrypt" verb="" _label="S/MIME Encrypt"/>
141                </submenu>
142               
143        </menu>
144       
145        <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon">
146                <toolitem name="FileSend" verb="" pixtype="pixbuf" priority="1"/>
147                <toolitem name="FileAttach" verb="" pixtype="pixbuf" priority="1"/>     
148
149                <separator f="" name="emailcomposer"/>
150               
151        </dockitem>     
152</Root>
153
154
155
156
157
158
159
160
161
162
163
Note: See TracBrowser for help on using the repository browser.