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