1 | <?xml version="1.0"?> |
---|
2 | <!-- ***** BEGIN LICENSE BLOCK ***** |
---|
3 | - This program is free software; you can redistribute it and/or modify |
---|
4 | - it under the terms of the GNU General Public License as published by |
---|
5 | - the Free Software Foundation; either version 2 of the License, or |
---|
6 | - (at your option) any later version. |
---|
7 | |
---|
8 | - This program is distributed in the hope that it will be useful, |
---|
9 | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
10 | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
11 | - GNU General Public License for more details. |
---|
12 | |
---|
13 | - You should have received a copy of the GNU General Public License |
---|
14 | - along with this program; if not, write to the Free Software |
---|
15 | - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
---|
16 | |
---|
17 | - The Original Code is the Virtual Identity Extension. |
---|
18 | |
---|
19 | - The Initial Developer of the Original Code is Rene Ejury. |
---|
20 | - Portions created by the Initial Developer are Copyright (C) 2007 |
---|
21 | - the Initial Developer. All Rights Reserved. |
---|
22 | |
---|
23 | - Contributor(s): |
---|
24 | - ***** END LICENSE BLOCK ***** --> |
---|
25 | |
---|
26 | <!DOCTYPE page [ |
---|
27 | <!ENTITY % amCopiesDTD SYSTEM "chrome://messenger/locale/am-copies.dtd"> |
---|
28 | %amCopiesDTD; |
---|
29 | <!ENTITY % versionDTD SYSTEM "chrome://v_identity/content/_version.dtd"> |
---|
30 | %versionDTD; |
---|
31 | <!ENTITY % vIprefDialogDTD SYSTEM "chrome://v_identity/locale/vI_prefDialog.dtd"> |
---|
32 | %vIprefDialogDTD; |
---|
33 | <!ENTITY % vIstorageExtrasDTD SYSTEM "chrome://v_identity/locale/vI_storageExtras.dtd"> |
---|
34 | %vIstorageExtrasDTD; |
---|
35 | <!ENTITY % vIdentityDTD SYSTEM "chrome://v_identity/locale/v_identity.dtd"> |
---|
36 | %vIdentityDTD; |
---|
37 | ]> |
---|
38 | |
---|
39 | <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?> |
---|
40 | <?xml-stylesheet href="chrome://messenger/skin/prefPanels.css" type="text/css"?> |
---|
41 | <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?> |
---|
42 | <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> |
---|
43 | |
---|
44 | <overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
---|
45 | |
---|
46 | <dialog id="vI_prefDialog"> |
---|
47 | |
---|
48 | <script type="application/x-javascript" |
---|
49 | src="chrome://v_identity/content/vI_prefDialog.js" /> |
---|
50 | <script type="application/x-javascript" |
---|
51 | src="chrome://v_identity/content/vI_prefDialog_FolderPicker.js" /> |
---|
52 | <script type="application/x-javascript" |
---|
53 | src="chrome://v_identity/content/vI_storageExtras.js" /> |
---|
54 | <script type="application/x-javascript" |
---|
55 | src="chrome://v_identity/content/vI_helper.js" /> |
---|
56 | |
---|
57 | <stringbundleset id="stringbundleset"> |
---|
58 | <stringbundle id="vIdentBundle" src="chrome://v_identity/locale/v_identity.properties" /> |
---|
59 | </stringbundleset> |
---|
60 | |
---|
61 | <stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/> |
---|
62 | |
---|
63 | <broadcaster id="VIdent_broadcaster_doFcc"/> |
---|
64 | |
---|
65 | <textbox hidden="true" id="VIdent_identity.fccFolder" |
---|
66 | prefstring="fccFolder"/> |
---|
67 | <textbox hidden="true" id="VIdent_identity.fccFolderPickerMode" |
---|
68 | prefstring="fccFolderPickerMode"/> |
---|
69 | <textbox hidden="true" id="VIdent_identity.draftFolder" |
---|
70 | prefstring="draftFolder"/> |
---|
71 | <textbox hidden="true" id="VIdent_identity.draftFolderPickerMode" |
---|
72 | prefstring="draftFolderPickerMode"/> |
---|
73 | <textbox hidden="true" id="VIdent_identity.stationeryFolder" |
---|
74 | prefstring="stationeryFolder"/> |
---|
75 | <textbox hidden="true" id="VIdent_identity.stationeryFolderPickerMode" |
---|
76 | prefstring="stationeryFolderPickerMode"/> |
---|
77 | |
---|
78 | <hbox> |
---|
79 | <spacer flex="1" /> |
---|
80 | <button class="v_identity_logo v_identity_logo_button" |
---|
81 | label="&vident.vidLogo.label; &vident.version;" |
---|
82 | oncommand="vI_prefDialog.openURL('http://www.absorb.it/virtual-id')" tooltiptext="&vI_prefDialog.vidLogo.tooltiptext;" /> |
---|
83 | </hbox> |
---|
84 | |
---|
85 | <tabbox> |
---|
86 | <tabs> |
---|
87 | <tab label="&vI_prefDialog.commonTab.label;" /> |
---|
88 | <tab label="&vI_prefDialog.vIdentityTab.label;" /> |
---|
89 | <tab id="smartReplyTab" label="&vI_prefDialog.smartReplyTab.label;" /> |
---|
90 | <tab id="storageTab" label="&vI_prefDialog.storageTab.label;" /> |
---|
91 | <tab id="idSelection" label="&vI_prefDialog.idSelection.label;" /> |
---|
92 | <tab label="&vI_prefDialog.notificationTab.label;" /> |
---|
93 | </tabs> |
---|
94 | <tabpanels> |
---|
95 | <tabpanel orient="vertical" label="&vI_prefDialog.commonTab.header;"> |
---|
96 | <dialogheader title="&vI_prefDialog.commonTab.header;"/> |
---|
97 | <groupbox> |
---|
98 | <caption label="&vI_prefDialog.commonTab.caption;"/> |
---|
99 | <checkbox id="VIdent_identity.storage" label="&vI_prefDialog.storage.label;" |
---|
100 | tooltiptext="&vI_prefDialog.storage.tooltiptext;" prefstring="storage" |
---|
101 | oncommand="vI_prefDialog.base.storageConstraint(this);" /> |
---|
102 | <checkbox id="VIdent_identity.autoTimestamp" label="&vI_prefDialog.autoTimestamp.label;" |
---|
103 | tooltiptext="&vI_prefDialog.autoTimestamp.tooltiptext;" prefstring="autoTimestamp" /> |
---|
104 | <spacer height="10px"/> |
---|
105 | <label value="&vI_prefDialog.smartInfo.label;" /> |
---|
106 | <label id="version-warning" |
---|
107 | value="&vI_prefDialog.versionWarning.label;" hidden="true"/> |
---|
108 | <checkbox id="VIdent_identity.smart_draft" label="&vI_prefDialog.smartDraft.label;" |
---|
109 | tooltiptext="&vI_prefDialog.smartDraft.tooltiptext;" prefstring="smart_draft" |
---|
110 | oncommand="vI_prefDialog.base.idSelectionConstraint();" /> |
---|
111 | <checkbox id="VIdent_identity.smart_reply" label="&vI_prefDialog.smartReply.label;" |
---|
112 | tooltiptext="&vI_prefDialog.smartReply.tooltiptext;" prefstring="smart_reply" |
---|
113 | oncommand="vI_prefDialog.base.smartReplyConstraint(this);" /> |
---|
114 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.smart_reply_for_newsgroups" label="&vI_prefDialog.smartReplyNewsgroups.label;" |
---|
115 | tooltiptext="&vI_prefDialog.smartReplyNewsgroups.tooltiptext;" prefstring="smart_reply_for_newsgroups" /> |
---|
116 | </hbox> |
---|
117 | </groupbox> |
---|
118 | <groupbox> |
---|
119 | <caption label="&vI_prefDialog.commonTab.caption2;"/> |
---|
120 | <checkbox id="VIdent_identity.show_smtp" label="&vI_prefDialog.SMTP.label;" |
---|
121 | prefstring="show_smtp" /> |
---|
122 | <checkbox id="VIdent_identity.menu_entry" label="&vI_prefDialog.menuEntry.label;" |
---|
123 | prefstring="menu_entry" /> |
---|
124 | <spacer height="10px"/> |
---|
125 | <checkbox id="VIdent_identity.warn_nonvirtual" label="&vI_prefDialog.warnNonvirtual.label;" |
---|
126 | prefstring="warn_nonvirtual" /> |
---|
127 | <checkbox id="VIdent_identity.warn_virtual" label="&vI_prefDialog.warnVirtual.label;" |
---|
128 | prefstring="warn_virtual" /> |
---|
129 | </groupbox> |
---|
130 | </tabpanel> |
---|
131 | <tabpanel orient="vertical" label="&vI_prefDialog.vIdentityTab.header;"> |
---|
132 | <dialogheader title="&vI_prefDialog.vIdentityTab.header;"/> |
---|
133 | <tabbox> |
---|
134 | <tabs> |
---|
135 | <tab label="&vI_prefDialog.vIdentityTab.valueTab.label;" /> |
---|
136 | <tab label="&vI_prefDialog.vIdentityTab.fccTab.label;" /> |
---|
137 | <tab id="VIdent_messageDraftsTab" label="&vI_prefDialog.vIdentityTab.draftsTab.label;" /> |
---|
138 | <tab id="VIdent_messageTemplatesTab" label="&vI_prefDialog.vIdentityTab.tmplTab.label;" /> |
---|
139 | </tabs> |
---|
140 | <tabpanels> |
---|
141 | <tabpanel orient="vertical"> |
---|
142 | <groupbox> |
---|
143 | <caption label="&vI_prefDialog.vIdentityTab.valueTab.caption;"/> |
---|
144 | <description width="500px">&vI_prefDialog.vIdentityTab.valueTab.desc;</description> |
---|
145 | <checkbox id="VIdent_identity.copySMIMESettings" label="&vI_prefDialog.SMIME.label;" |
---|
146 | prefstring="copySMIMESettings"/> |
---|
147 | <checkbox id="VIdent_identity.copyAttachVCardSettings" label="&vI_prefDialog.VCard.label;" |
---|
148 | prefstring="copyAttachVCardSettings"/> |
---|
149 | <spacer height="10px"/> |
---|
150 | <description id="VIdent_identity.HideSignature.warning" width="500px">&vI_prefDialog.HideSignature.warning.desc;</description> |
---|
151 | <checkbox id="VIdent_identity.hide_signature" label="&vI_prefDialog.HideSignature.label;" disabled="true" |
---|
152 | prefstring="hide_signature"/> |
---|
153 | <spacer id="autoReplyToSelfSpacer" height="10px"/> |
---|
154 | <checkbox id="VIdent_identity.autoReplyToSelf" label="&vI_prefDialog.autoReplyToSelf.label;" |
---|
155 | prefstring="autoReplyToSelf"/> |
---|
156 | </groupbox> |
---|
157 | </tabpanel> |
---|
158 | <tabpanel orient="vertical"> |
---|
159 | <groupbox> |
---|
160 | <caption label="&vI_prefDialog.vIdentityTab.fccTab.caption;"/> |
---|
161 | <hbox align="center"> |
---|
162 | <checkbox id="VIdent_identity.doFcc" label="&fccMailFolder.label;" |
---|
163 | accesskey="&fccMailFolder.accesskey;" |
---|
164 | oncommand="setupFccItems();" prefstring="doFcc"/> |
---|
165 | </hbox> |
---|
166 | <radiogroup id="VIdent_doFcc"> |
---|
167 | <grid class="specialFolderPickerGrid"> |
---|
168 | <columns> |
---|
169 | <column flex="1"/> |
---|
170 | <column flex="2"/> |
---|
171 | </columns> |
---|
172 | <rows> |
---|
173 | <radio id="VIdent_fcc_Settings_Of_Account" |
---|
174 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
175 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
176 | observes="VIdent_broadcaster_doFcc"/> |
---|
177 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
178 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
179 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
180 | observes="VIdent_broadcaster_doFcc"/> |
---|
181 | <row align="center" id="msgFccAccountPickerRow"> |
---|
182 | <radio id="VIdent_fcc_selectAccount" |
---|
183 | value="0" label="&sentFolderOn.label;" |
---|
184 | accesskey="&sentFolderOn.accesskey;" |
---|
185 | oncommand="setPickersState('msgFccAccountPicker', 'msgFccFolderPicker', event)" |
---|
186 | observes="VIdent_broadcaster_doFcc"/> |
---|
187 | </row> |
---|
188 | <row align="center" id="msgFccFolderPickerRow"> |
---|
189 | <radio id="VIdent_fcc_selectFolder" |
---|
190 | value="1" label="&sentInOtherFolder.label;" |
---|
191 | accesskey="&sentInOtherFolder.accesskey;" |
---|
192 | oncommand="setPickersState('msgFccFolderPicker', 'msgFccAccountPicker', event)" |
---|
193 | observes="VIdent_broadcaster_doFcc"/> |
---|
194 | </row> |
---|
195 | </rows> |
---|
196 | </grid> |
---|
197 | </radiogroup> |
---|
198 | <hbox id="fccReplyFollowsParentBox" align="center" class="fccReplyFollowsParent"> |
---|
199 | <checkbox wsm_persist="true" id="VIdent_identity.fccReplyFollowsParent" |
---|
200 | label="&fccReplyFollowsParent.label;" |
---|
201 | accesskey="&fccReplyFollowsParent.accesskey;" |
---|
202 | prefattribute="value" |
---|
203 | prefstring="fccReplyFollowsParent" |
---|
204 | observes="VIdent_broadcaster_doFcc"/> |
---|
205 | </hbox> |
---|
206 | |
---|
207 | </groupbox> |
---|
208 | </tabpanel> |
---|
209 | <tabpanel orient="vertical"> |
---|
210 | <groupbox> |
---|
211 | <caption /> |
---|
212 | <radiogroup id="VIdent_messageDrafts"> |
---|
213 | <grid class="specialFolderPickerGrid"> |
---|
214 | <columns> |
---|
215 | <column flex="1"/> |
---|
216 | <column flex="2"/> |
---|
217 | </columns> |
---|
218 | <rows> |
---|
219 | <radio id="VIdent_draft_Settings_Of_Account" |
---|
220 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
221 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
222 | <radio id="VIdent_draft_Settings_Of_Default" |
---|
223 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
224 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
225 | <row align="center" id="msgDraftsAccountPickerRow"> |
---|
226 | <radio id="VIdent_draft_selectAccount" |
---|
227 | value="0" label="&draftsFolderOn.label;" |
---|
228 | accesskey="&draftsFolderOn.accesskey;" |
---|
229 | oncommand="setPickersState('msgDraftsAccountPicker', 'msgDraftsFolderPicker', event)" /> |
---|
230 | </row> |
---|
231 | <row align="center" id="msgDraftsFolderPickerRow"> |
---|
232 | <radio id="VIdent_draft_selectFolder" |
---|
233 | value="1" label="&draftInOtherFolder.label;" |
---|
234 | accesskey="&draftInOtherFolder.accesskey;" |
---|
235 | oncommand="setPickersState('msgDraftsFolderPicker', 'msgDraftsAccountPicker', event)" /> |
---|
236 | </row> |
---|
237 | </rows> |
---|
238 | </grid> |
---|
239 | </radiogroup> |
---|
240 | |
---|
241 | </groupbox> |
---|
242 | </tabpanel> |
---|
243 | <tabpanel orient="vertical"> |
---|
244 | <groupbox> |
---|
245 | <caption /> |
---|
246 | <radiogroup id="VIdent_messageTemplates"> |
---|
247 | <grid class="specialFolderPickerGrid"> |
---|
248 | <columns> |
---|
249 | <column flex="1"/> |
---|
250 | <column flex="2"/> |
---|
251 | </columns> |
---|
252 | <rows> |
---|
253 | <radio id="VIdent_tmpl_Settings_Of_Account" |
---|
254 | value="3" label="&vI_prefDialog.vidFccAccount.label;" |
---|
255 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
256 | <radio id="VIdent_fcc_Settings_Of_Default" |
---|
257 | value="2" label="&vI_prefDialog.vidFccDefault.label;" |
---|
258 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
259 | <row align="center" id="msgStationeryAccountPickerRow"> |
---|
260 | <radio id="VIdent_tmpl_selectAccount" |
---|
261 | value="0" label="&templatesFolderOn.label;" |
---|
262 | accesskey="&templatesFolderOn.accesskey;" |
---|
263 | oncommand="setPickersState('msgStationeryAccountPicker', 'msgStationeryFolderPicker', event)" /> |
---|
264 | </row> |
---|
265 | <row align="center" id="msgStationeryFolderPickerRow"> |
---|
266 | <radio id="VIdent_tmpl_selectFolder" |
---|
267 | value="1" label="&templateInOtherFolder.label;" |
---|
268 | accesskey="&templateInOtherFolder.accesskey;" |
---|
269 | oncommand="setPickersState('msgStationeryFolderPicker', 'msgStationeryAccountPicker', event)" /> |
---|
270 | </row> |
---|
271 | </rows> |
---|
272 | </grid> |
---|
273 | </radiogroup> |
---|
274 | |
---|
275 | </groupbox> |
---|
276 | </tabpanel> |
---|
277 | </tabpanels> |
---|
278 | </tabbox> |
---|
279 | </tabpanel> |
---|
280 | <tabpanel orient="vertical" label="&vI_prefDialog.smartReplyTab.header;"> |
---|
281 | <dialogheader title="&vI_prefDialog.smartReplyTab.header;"/> |
---|
282 | <tabbox> |
---|
283 | <tabs> |
---|
284 | <tab id="smartReplyTab1" label="&vI_prefDialog.smartReplyTab.Tab1.label;" /> |
---|
285 | <tab id="smartReplyTab2" label="&vI_prefDialog.smartReplyTab.Tab2.label;" /> |
---|
286 | </tabs> |
---|
287 | <tabpanels> |
---|
288 | <tabpanel orient="vertical"> |
---|
289 | <groupbox> |
---|
290 | <caption label="&vI_prefDialog.smartReplyTab.caption;"/> |
---|
291 | <vbox align="left"> |
---|
292 | <description width="500px">&vI_prefDialog.smartReplyTab.Tab1.desc;</description> |
---|
293 | <hbox> |
---|
294 | <vbox><description width="300px">&vI_prefDialog.smartReply.headers.desc;</description> |
---|
295 | <spacer flex="1"/> |
---|
296 | <button id="VIdent_identity.smart_reply_headers_reset" label="&vI_prefDialog.smartReply.headers.reset;" oncommand="vI_prefDialog.base.smartReplyHeaderReset();"/> |
---|
297 | </vbox> |
---|
298 | <textbox id="VIdent_identity.smart_reply_headers" multiline="true" |
---|
299 | rows="4" size="20" wrap="false" flex="1" |
---|
300 | prefstring="smart_reply_headers" /> |
---|
301 | </hbox> |
---|
302 | </vbox> |
---|
303 | </groupbox> |
---|
304 | </tabpanel> |
---|
305 | <tabpanel orient="vertical"> |
---|
306 | <groupbox> |
---|
307 | <caption label="&vI_prefDialog.smartReplyTab.caption;"/> |
---|
308 | <vbox align="left"> |
---|
309 | <description width="500px">&vI_prefDialog.smartReplyTab.Tab2.desc;</description> |
---|
310 | <hbox> |
---|
311 | <vbox><description width="300px">&vI_prefDialog.smartReply.filter.desc;</description><spacer flex="1"/></vbox> |
---|
312 | <textbox id="VIdent_identity.smart_reply_filter" multiline="true" |
---|
313 | rows="4" size="20" wrap="false" flex="1" |
---|
314 | prefstring="smart_reply_filter" /> |
---|
315 | </hbox> |
---|
316 | <checkbox id="VIdent_identity.smart_reply_ignoreFullName" label="&vI_prefDialog.smartReply.ignoreFullname.label;" |
---|
317 | prefstring="smart_reply_ignoreFullName" wrap="true" width="500px"/> |
---|
318 | <hbox> |
---|
319 | <description width="300px">&vI_prefDialog.smartReply.defaultFullname.label;</description> |
---|
320 | <vbox><spacer flex="1"/><textbox id="VIdent_identity.smart_reply_defaultFullName" flex="1" |
---|
321 | prefstring="smart_reply_defaultFullName" size="20" /><spacer flex="1"/></vbox> |
---|
322 | </hbox> |
---|
323 | </vbox> |
---|
324 | </groupbox> |
---|
325 | </tabpanel> |
---|
326 | </tabpanels> |
---|
327 | </tabbox> |
---|
328 | </tabpanel> |
---|
329 | <tabpanel orient="vertical" label="&vI_prefDialog.storageTab.header;"> |
---|
330 | <dialogheader title="&vI_prefDialog.storageTab.header;"/> |
---|
331 | <tabbox> |
---|
332 | <tabs> |
---|
333 | <tab id="storageTab1" label="&vI_prefDialog.storageTab.Tab1.label;" /> |
---|
334 | <tab id="storageTab2" label="&vI_prefDialog.storageTab.Tab2.label;" /> |
---|
335 | </tabs> |
---|
336 | <tabpanels> |
---|
337 | <tabpanel orient="vertical"> |
---|
338 | <groupbox> |
---|
339 | <caption label="&vI_prefDialog.storageCap1.caption;"/> |
---|
340 | <vbox align="left"> |
---|
341 | <checkbox id="VIdent_identity.storage_storedefault" label="&vI_prefDialog.storage.storedefault.label;" |
---|
342 | prefstring="storage_storedefault"/> |
---|
343 | <checkbox id="VIdent_identity.storage_store_base_id" label="&vI_prefDialog.storage.store_base_id.label;" |
---|
344 | prefstring="storage_store_base_id"/> |
---|
345 | <checkbox id="VIdent_identity.storage_show_switch" label="&vI_prefDialog.storage.show_switch.label;" |
---|
346 | prefstring="storage_show_switch"/> |
---|
347 | <checkbox id="VIdent_identity.storage_warn_update" label="&vI_prefDialog.storage.warn_update.label;" |
---|
348 | prefstring="storage_warn_update"/> |
---|
349 | <checkbox id="VIdent_identity.storage_dont_update_multiple" label="&vI_prefDialog.storage.dont_update_multiple.label;" |
---|
350 | prefstring="storage_dont_update_multiple"/> |
---|
351 | <spacer height="10px"/> |
---|
352 | <button id="VIdent_identity.storage.openEditor" label="&vI_prefDialog.storage.openEditor;" oncommand="openDialog('chrome://v_identity/content/vI_rdfDataTree.xul', '', 'chrome,modal');" /> |
---|
353 | </vbox> |
---|
354 | </groupbox> |
---|
355 | <groupbox> |
---|
356 | <caption label="&vI_prefDialog.storageCap2.caption;"/> |
---|
357 | <vbox align="left"> |
---|
358 | <checkbox id="VIdent_identity.storage_warn_vI_replace" label="&vI_prefDialog.storage.warn_vI_replace.label;" |
---|
359 | prefstring="storage_warn_vI_replace"/> |
---|
360 | <checkbox id="VIdent_identity.storage_getOneOnly" label="&vI_prefDialog.storage.get_One_Only.label;" |
---|
361 | prefstring="storage_getOneOnly"/> |
---|
362 | </vbox> |
---|
363 | </groupbox> |
---|
364 | </tabpanel> |
---|
365 | <tabpanel orient="vertical"> |
---|
366 | <groupbox> |
---|
367 | <caption label="&vI_prefDialog.storageCap3.caption;"/> |
---|
368 | <vbox align="left"> |
---|
369 | <checkbox id="VIdent_identity.storageExtras_returnReciept" label="&vI_prefDialog.storageExtras.returnReciept.label;" |
---|
370 | prefstring="storageExtras_returnReciept"/> |
---|
371 | <checkbox id="VIdent_identity.storageExtras_characterEncoding" label="&vI_prefDialog.storageExtras.characterEncoding.label;" |
---|
372 | prefstring="storageExtras_characterEncoding"/> |
---|
373 | <checkbox id="VIdent_identity.storageExtras_messageFormat" label="&vI_prefDialog.storageExtras.messageFormat.label;" |
---|
374 | prefstring="storageExtras_messageFormat"/> |
---|
375 | <spacer height="10px"/> |
---|
376 | <hbox><vbox> |
---|
377 | <label value="&vI_prefDialog.storageExtras.sMime.label;"/> |
---|
378 | <checkbox id="VIdent_identity.storageExtras_sMime_messageEncryption" label="&vI_prefDialog.storageExtras.sMime.messageEncryption.label;" |
---|
379 | prefstring="storageExtras_sMime_messageEncryption"/> |
---|
380 | <checkbox id="VIdent_identity.storageExtras_sMime_messageSignature" label="&vI_prefDialog.storageExtras.sMime.messageSignature.label;" |
---|
381 | prefstring="storageExtras_sMime_messageSignature"/> |
---|
382 | </vbox><spacer flex="1"/><vbox id="openPGPencryption"> |
---|
383 | <label value="&vI_prefDialog.storageExtras.openPGP.label;"/> |
---|
384 | <checkbox id="VIdent_identity.storageExtras_openPGP_messageEncryption" label="&vI_prefDialog.storageExtras.openPGP.messageEncryption.label;" |
---|
385 | prefstring="storageExtras_openPGP_messageEncryption"/> |
---|
386 | <checkbox id="VIdent_identity.storageExtras_openPGP_messageSignature" label="&vI_prefDialog.storageExtras.openPGP.messageSignature.label;" |
---|
387 | prefstring="storageExtras_openPGP_messageSignature"/> |
---|
388 | <checkbox id="VIdent_identity.storageExtras_openPGP_PGPMIME" label="&vI_prefDialog.storageExtras.openPGP.PGPMIME.label;" |
---|
389 | prefstring="storageExtras_openPGP_PGPMIME"/> |
---|
390 | </vbox></hbox> |
---|
391 | </vbox> |
---|
392 | </groupbox> |
---|
393 | </tabpanel> |
---|
394 | </tabpanels> |
---|
395 | </tabbox> |
---|
396 | </tabpanel> |
---|
397 | |
---|
398 | <tabpanel orient="vertical" label="&vI_prefDialog.idSelection.header;"> |
---|
399 | <dialogheader title="&vI_prefDialog.idSelection.header;"/> |
---|
400 | <tabbox> |
---|
401 | <tabs> |
---|
402 | <tab id="idSelection1" label="&vI_prefDialog.idSelection.Tab1.label;" /> |
---|
403 | <tab id="idSelection2" label="&vI_prefDialog.idSelection.Tab2.label;" /> |
---|
404 | </tabs> |
---|
405 | <tabpanels> |
---|
406 | <tabpanel orient="vertical"> |
---|
407 | <groupbox> |
---|
408 | <caption label="&vI_prefDialog.idSelection.Tab1.caption;"/> |
---|
409 | <vbox align="left"> |
---|
410 | <description width="500px">&vI_prefDialog.idSelection.reply.desc;</description> |
---|
411 | <checkbox id="VIdent_identity.idSelection_storage_prefer_smart_reply" label="&vI_prefDialog.idSelection.prefer_smart_reply.label;" |
---|
412 | prefstring="idSelection_storage_prefer_smart_reply"/> |
---|
413 | <checkbox id="VIdent_identity.idSelection_storage_ignore_smart_reply" label="&vI_prefDialog.idSelection.ignore_smart_reply.label;" |
---|
414 | prefstring="idSelection_storage_ignore_smart_reply"/> |
---|
415 | </vbox> |
---|
416 | </groupbox> |
---|
417 | <groupbox> |
---|
418 | <caption label="&vI_prefDialog.idSelection.Tab1.caption2;"/> |
---|
419 | <vbox align="left"> |
---|
420 | <description width="500px">&vI_prefDialog.idSelection.draft.desc;</description> |
---|
421 | </vbox> |
---|
422 | </groupbox> |
---|
423 | </tabpanel> |
---|
424 | <tabpanel orient="vertical"> |
---|
425 | <groupbox> |
---|
426 | <caption label="&vI_prefDialog.idSelection.Tab2.caption;"/> |
---|
427 | <vbox align="left"> |
---|
428 | <description width="500px">&vI_prefDialog.idSelection.multiselect.desc;</description> |
---|
429 | <checkbox id="VIdent_identity.idSelection_ask" label="&vI_prefDialog.idSelection.ask.label;" |
---|
430 | prefstring="idSelection_ask" |
---|
431 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
432 | <hbox><spacer width="20px"/><checkbox id="VIdent_identity.idSelection_ask_always" label="&vI_prefDialog.idSelection.ask_always.label;" |
---|
433 | prefstring="idSelection_ask_always" |
---|
434 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
435 | </hbox> |
---|
436 | <hbox> |
---|
437 | <vbox><spacer flex="1"/> |
---|
438 | <checkbox id="VIdent_identity.idSelection_autocreate" label="&vI_prefDialog.idSelection.autocreate.label;" |
---|
439 | prefstring="idSelection_autocreate" |
---|
440 | oncommand="vI_prefDialog.base.idSelectionResultConstraint();"/> |
---|
441 | <spacer flex="1"/></vbox> |
---|
442 | <vbox><spacer flex="1"/> |
---|
443 | <label value="&vI_prefDialog.idSelection.autocreate.desc;" hidden="true" |
---|
444 | id="VIdent_identity.idSelection_autocreate.desc" /> |
---|
445 | <spacer flex="1"/></vbox> |
---|
446 | </hbox> |
---|
447 | </vbox> |
---|
448 | </groupbox> |
---|
449 | </tabpanel> |
---|
450 | </tabpanels> |
---|
451 | </tabbox> |
---|
452 | </tabpanel> |
---|
453 | |
---|
454 | |
---|
455 | |
---|
456 | <tabpanel orient="vertical" label="&vI_prefDialog.notificationTab.header;"> |
---|
457 | <dialogheader title="&vI_prefDialog.notificationTab.header;"/> |
---|
458 | <groupbox id="notificationGroupBox"> |
---|
459 | <caption label="&vI_prefDialog.notificationTab.caption;"/> |
---|
460 | <vbox align="left"> |
---|
461 | <checkbox id="VIdent_identity.get_header_notification" label="&vI_prefDialog.notifyHeaders.label;" |
---|
462 | prefstring="get_header_notification"/> |
---|
463 | <checkbox id="VIdent_identity.smart_reply_notification" label="&vI_prefDialog.notifySmartIdentity.label;" |
---|
464 | prefstring="smart_reply_notification"/> |
---|
465 | <checkbox id="VIdent_identity.storage_notification" label="&vI_prefDialog.notifyStorage.label;" |
---|
466 | prefstring="storage_notification"/> |
---|
467 | <hbox> |
---|
468 | <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.prefix.label;" /><spacer flex="1"/></vbox> |
---|
469 | <textbox preftype="int" id="VIdent_identity.notification_timeout" flex="1" |
---|
470 | prefstring="notification_timeout" size="1" /> |
---|
471 | <vbox><spacer flex="1"/><label value="&vI_prefDialog.notifyTime.postfix.label;" /><spacer flex="1"/></vbox> |
---|
472 | </hbox> |
---|
473 | </vbox> |
---|
474 | </groupbox> |
---|
475 | <groupbox> |
---|
476 | <caption label="&vI_prefDialog.notificationTab.Debug.caption;"/> |
---|
477 | <vbox align="left"> |
---|
478 | <description width="500px">&vI_prefDialog.notifyDebug.desc;</description> |
---|
479 | <checkbox id="VIdent_identity.debug_notification" label="&vI_prefDialog.notifyDebug.label;" |
---|
480 | prefstring="debug_notification"/> |
---|
481 | </vbox> |
---|
482 | </groupbox> |
---|
483 | </tabpanel> |
---|
484 | </tabpanels> |
---|
485 | </tabbox> |
---|
486 | </dialog> |
---|
487 | </overlay> |
---|