File: options.xul

package info (click to toggle)
firegpg 0.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,392 kB
  • ctags: 630
  • sloc: makefile: 132; xml: 19
file content (484 lines) | stat: -rw-r--r-- 25,479 bytes parent folder | download
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<?xml version="1.0" encoding="UTF-8"?>
<!--

***** BEGIN LICENSE BLOCK *****

Version: MPL 1.1/GPL 2.0/LGPL 2.1

The contents of this source code are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this source code except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.

The Original Code is the FireGPG extension.

The Initial Developer of the Original Code is Maximilien Cuony.

Portions created by the Initial Developer are Copyright (C) 2007
the Initial Developer. All Rights Reserved.

Contributor(s): Achraf Cherti, Kyle L. Huff.

Alternatively, the contents of this source code may be used under the terms of
either the GNU General Public License Version 2 or later (the "GPL"), or
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
in which case the provisions of the GPL or the LGPL are applicable instead
of those above. If you wish to allow use of your version of this source code
only under the terms of either the GPL or the LGPL, and not to allow others to
use your version of this source code under the terms of the MPL, indicate your
decision by deleting the provisions above and replace them with the notice
and other provisions required by the GPL or the LGPL. If you do not delete
the provisions above, a recipient may use your version of this source code
under the terms of any one of the MPL, the GPL or the LGPL.

Portions created by gpg_auth are Copyright (C) 2007 Kyle L. Huff All Rights Reserved.

***** END LICENSE BLOCK *****

-->

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://firegpg/skin/gpgauth.css" type="text/css"?>
<!DOCTYPE prefwindow SYSTEM "chrome://firegpg/locale/prefwindow.dtd">
<prefwindow id="optionsforefiregpg" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&prefwindow.title;" onload="onLoad(this); sizeToContent(); this.innerHeight = this.innerHeight + 100;">

    <prefpane id="paneMisc" label="&pane1.title;" flex="1" image="chrome://firegpg/skin/opt-misc.png">
        <!-- preferences -->
        <preferences>
            <preference id="default-private-key-pref" name="extensions.firegpg.default_private_key" type="string"/>
            <preference id="no-gpg-agent-pref" name="extensions.firegpg.no_gpg_agent" type="bool"/>
            <preference id="show-web-site-pref" name="extensions.firegpg.show_website" type="bool"/>
            <preference id="result-always-in-new-window-pref" name="extensions.firegpg.result_always_in_new_window" type="bool"/>
            <!-- <preference id="ask-for-save-pass-pref" name="extensions.firegpg.default_memory" type="bool"/> -->
            <preference id="allvays-to-myself-pref" name="extensions.firegpg.allvays_to_myself" type="bool"/>
            <preference id="no-updates" name="extensions.firegpg.no_updates" type="bool"/>
            <preference id="hide-expired-pref" name="extensions.firegpg.hide_expired" type="bool"/>
            <preference id="inline-activated-pref" name="extensions.firegpg.activate_inline" type="bool"/>

            <preference id="hide-fireftp-message-pref" name="extensions.firegpg.fireftp_already_warning" type="bool"/>
            <preference id="use-fireftp-workaround-pref" name="extensions.firegpg.fireftp_try_to_use_old_system" type="bool"/>
            <preference id="dont_ask_to_download_key-pref" name="extensions.firegpg.dont_ask_to_download_key" type="bool"/>

            <preference id="download_key_widhout_asking-pref" name="extensions.firegpg.download_key_widhout_asking" type="bool"/>
            <preference id="hide_the_wait_window-pref" name="extensions.firegpg.hide_the_wait_window" type="bool"/>
            <preference id="hide_key_server_confirmation-pref" name="extensions.firegpg.hide_key_server_confirmation" type="bool"/>
            <preference id="hide_key_operation_confirmation-pref" name="extensions.firegpg.hide_key_operation_confirmation" type="bool"/>
            <preference id="hide_download_menu-pref" name="extensions.firegpg.hide_download_menu" type="bool"/>
        </preferences>


        <hbox>
            <label  id="firegpg-version-label" value="&firegpg-version-label.text;"/>

            <label  id="firegpg-version-version" value=""/>
        </hbox>

        <button label="&panpan-assistant-is-now-dead;" onclick="showAssistant()" />

        <!-- Always sign or verify in a new window -->
        <checkbox  id="result-always-in-new-window" preference="result-always-in-new-window-pref"  label="&result-always-in-new-window;"/>

        <!-- Ask for pass ? -->
        <!-- <checkbox  id="ask-for-save-pass" preference="ask-for-save-pass-pref" label="&ask-for-save-pass;"/> -->

        <!-- show web site -->
        <checkbox  id="show-website-checkbox" preference="show-web-site-pref" checked="true" label="&show-website-checkbox;"/>

        <checkbox  id="allvays-to-myself-checkbox" preference="allvays-to-myself-pref" label="&allvays-to-myself-checkbox;"/>

        <!-- hide expired keys -->
        <checkbox  id="hide-expired" preference="hide-expired-pref" label="&hide-expired;"/>

        <checkbox  id="inline-activated" preference="inline-activated-pref" label="&inline-activated;"/>


        <checkbox  id="updates-checkbox" preference="no-updates" label="&turn-off-updates;" onclick="showWarnings()"/>

        <checkbox  id="hide-fireftp-message" preference="hide-fireftp-message-pref" label="&hide-fireftp-message;"/>
        <checkbox  id="use-fireftp-workaround" preference="use-fireftp-workaround-pref" label="&use-fireftp-workaround;"/>

        <checkbox  id="dont_ask_to_download_key" preference="dont_ask_to_download_key-pref" label="&dont_ask_to_download_key;"/>


        <checkbox  id="download_key_widhout_asking" preference="download_key_widhout_asking-pref" label="&download_key_widhout_asking;"/>

        <checkbox  id="hide_the_wait_window" preference="hide_the_wait_window-pref" label="&hide_the_wait_window;"/>

        <checkbox  id="hide_key_server_confirmation" preference="hide_key_server_confirmation-pref" label="&hide_key_server_confirmation;"/>

        <checkbox  id="hide_key_operation_confirmation" preference="hide_key_operation_confirmation-pref" label="&hide_key_operation_confirmation;"/>

        <checkbox  id="hide_download_menu" preference="hide_download_menu-pref" label="&hide_download_menu;"/>




        <!-- list of private keys -->
        <label  id="private-keys-label" value="&private-keys-label.text;"/>
<!--        <listbox id="" rows="4" >
            <listhead>
                <listheader label="&key-name;"></listheader>
                <listheader label="&key-id;"></listheader>
                <listheader label="&key-create;"></listheader>
                <listheader label="&key-expire;"></listheader>
            </listhead>
        </listbox> -->

        <!-- hidden label -->
        <label  id="firegpg-ask-for-private-label" value="&firegpg-ask-for-private-label.text;" style="display: none;"/>


        <tree id="private-keys-listbox" flex="1" hidecolumnpicker="false" onselect="privateKeySelected(this)">

            <treecols>

                <treecol primary="true" flex="1"  label="&key-name;" persist="width,hidden"/>
                <splitter class="tree-splitter"/>

                <treecol name="id" label="&key-id;" syle="width: 100px" flex="0" persist="width,hidden"/>
                <splitter class="tree-splitter"/>

                <treecol  label="&key-create;" syle="width: 100px" flex="0"  persist="width,hidden"/>
                <splitter class="tree-splitter"/>

                <treecol  label="&key-expire;" syle="width: 100px" flex="0" persist="width,hidden"/>
                <splitter class="tree-splitter"/>

            </treecols>

            <treechildren id="private-keys-listbox-child" properties=""/>

        </tree>

    </prefpane>



    <prefpane id="paneGpg" label="&pane4.title;" flex="1" image="chrome://firegpg/skin/opt-gpg.png">
        <!-- preferences -->
        <preferences>

            <preference id="gpg-path-pref" name="extensions.firegpg.gpg_path" type="string"/>
            <preference id="specify-gpg-path-pref" name="extensions.firegpg.specify_gpg_path" type="bool"/>
            <preference id="gpg-add-options-pref" name="extensions.firegpg.gpg_user_options" type="string"/>
            <preference id="use-gpg-agent-pref" name="extensions.firegpg.use_gpg_agent" type="bool"/>
            <preference id="keyserver-pref" name="extensions.firegpg.keyserver" type="string"/>
            <preference id="symmetricalgo-pref" name="extensions.firegpg.symmetric_algo" type="string"/>
            <preference id="keyserverproxy-pref" name="extensions.firegpg.keyserver_proxy" type="string"/>
            <preference id="digest-pref" name="extensions.firegpg.digest" type="string"/>


        </preferences>

        <checkbox  id="use-gpg-agent-checkbox" preference="use-gpg-agent-pref" label="&use-gpg-agent-checkbox;"/>


        <label  id="gpg-add-options-label" value="&gpg-add-options;"/>

        <label  id="gpg-special-path-values" value="&gpg-special-path-values;"/>

        <textbox id="gpg-add-options-textbox"  preference="gpg-add-options-pref"/>


        <!-- specify the gpg path -->
        <checkbox id="change-gpg-path-checkbox" checked="true" preference="specify-gpg-path-pref"
                  label="&change-gpg-path-checkbox; *" control="gpg-path-textbox"
                  oncommand="onChangeGPGPathCheckbox(this, true);"/>
        <hbox>
            <textbox id="gpg-path-textbox"  preference="gpg-path-pref"/>
            <button id="change-gpg-path-button" label="&change-gpg-path-button; *"
                  control="gpg-path-textbox" oncommand="chooseGPGPath();"/>
        </hbox>


        <label  id="keyserver-label" value="&keyserver-message;"/>
        <textbox id="keyserver-textbox"  preference="keyserver-pref"/>

         <label  id="keyserverproxy-label" value="&keyserverproxy-message;"/>
        <textbox id="keyserverproxy-textbox"  preference="keyserverproxy-pref"/>


        <label  id="digest-label" value="&digest-message;"/>
        <textbox id="digest-textbox"  preference="digest-pref"/>

        <label value="&symmetric-algo;" />
        <label value="3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH" />
        <textbox id="symmetricalgo-textbox"  preference="symmetricalgo-pref"/>

       <label  id="gmail-need-a-restart-label" value="* &gmail-need-a-restart;"/>

    </prefpane>


    <!--
    <prefpane id="paneGmail" label="&pane2.title;" flex="1" image="chrome://firegpg/skin/opt-gmail.png" hidden="true">
        <preferences>
            <preference id="gmail-enabled-pref" name="extensions.firegpg.gmail_enabled" type="bool"/>
            <preference id="gmail-no-no-sign" name="extensions.firegpg.gmail_no_sign_off" type="bool"/>
            <preference id="gmail-buton-sign" name="extensions.firegpg.gmail_butons_sign" type="bool"/>
            <preference id="gmail-buton-signsend" name="extensions.firegpg.gmail_butons_sign_send" type="bool"/>
            <preference id="gmail-buton-psign" name="extensions.firegpg.gmail_butons_psign" type="bool"/>
            <preference id="gmail-buton-psignsend" name="extensions.firegpg.gmail_butons_psign_send" type="bool"/>
            <preference id="gmail-buton-crypt" name="extensions.firegpg.gmail_butons_crypt" type="bool"/>
            <preference id="gmail-buton-cryptsend" name="extensions.firegpg.gmail_butons_crypt_send" type="bool"/>
            <preference id="gmail-buton-signcrypt" name="extensions.firegpg.gmail_butons_sign_crypt" type="bool"/>
            <preference id="gmail-buton-signcryptsend" name="extensions.firegpg.gmail_butons_sign_crypt_send" type="bool"/>
            <preference id="gmail-buton-use-select" name="extensions.firegpg.gmail_butons_use_select" type="bool"/>
            <preference id="gmail-disable-autosave" name="extensions.firegpg.gmail_disable_autosave" type="bool"/>
            <preference id="gmail-show-user-info-for-signs" name="extensions.firegpg.gmail_show_user_info_for_signs" type="bool"/>

            <preference id="gmail-select-by-default-sign" name="extensions.firegpg.gmail_select_by_default_sign" type="bool"/>
            <preference id="gmail-select-by-default-encrypt" name="extensions.firegpg.gmail_select_by_default_encrypt" type="bool"/>
            <preference id="gmail-select-by-default-inline" name="extensions.firegpg.gmail_select_by_default_inline" type="bool"/>
            <preference id="gmail-select-by-default-attachements" name="extensions.firegpg.gmail_select_by_default_attachements" type="bool"/>


            <preference id="gmail-smtp-google-com" name="extensions.firegpg.gmail_never_use_google_com_password" type="bool"/>
            <preference id="gmail-smtp-use-ssl" name="extensions.firegpg.gmail_use_ssl" type="bool"/>
            <preference id="gmail-smtp-port" name="extensions.firegpg.gmail_port" type="string"/>
            <preference id="gmail-smtp-host" name="extensions.firegpg.gmail_host" type="string"/>
            <preference id="gmail-smtp-username" name="extensions.firegpg.gmail_username" type="string"/>

            <preference id="gmail-disable-sign-detection" name="extensions.firegpg.gmail_disable_detection_of_reply_for_signs" type="bool"/>
            <preference id="gmail-disable-auto-decryption" name="extensions.firegpg.gmail_disable_auto_decryption" type="bool"/>
            <preference id="gmail-force-from" name="extensions.firegpg.gmail_force_from" type="string"/>

            <preference id="gmail-decrypt-when-reply" name="extensions.firegpg.gmail_decrypt_when_reply" type="bool"/>
            <preference id="gmail-keep-encrypted-mail" name="extensions.firegpg.gmail_keep_encrypted_mail" type="bool"/>

            <preference id="gmail-smtp-no-auth" name="extensions.firegpg.gmail_smtp_no_auth" type="bool"/>

        </preferences>

        <label  id="gmail-need-a-restart-label" value="&gmail-need-a-restart;"/>

         --><!-- gmail enabled ? --><!--
        <checkbox id="gmail-enabled-checkbox" preference="gmail-enabled-pref"
              label="&gmail-enabled-checkbox.label;"
              accesskey="&gmail-enabled-checkbox.accesskey;"/>

        <checkbox id="gmail-disable-autosave-checkbox" preference="gmail-disable-autosave"
              label="&gmail-disable-autosave-checkbox;"/>

        <checkbox id="gmail-show-user-info-for-signs-checkbox" preference="gmail-show-user-info-for-signs"
              label="&gmail-show-user-info-for-signs-checkbox;"/>

        <groupbox flex="1">
            <caption>
                <button  label="&gmail-new-interface;" onclick="e = document.getElementById('gmailNewInterface'); if (e.style.display=='none') {e.style.display=''; }  else { e.style.display='none';} sizeToContent();"/>
            </caption>

            <vbox id="gmailNewInterface">

                <checkbox id="gmail-disable-sign-detection-checkbox" preference="gmail-disable-sign-detection"
                                label="&gmail-disable-sign-detection;"/>

                <checkbox id="gmail-disable-auto-decryption-checkbox" preference="gmail-disable-auto-decryption"
                                label="&gmail-disable-auto-decryption;"/>

                <checkbox id="gmail-decrypt-when-reply-checkbox" preference="gmail-decrypt-when-reply"
                                label="&decrypt-when-reply;"/>

                <label style="text-decoration: underline;" id="gmail-sbuttons-label" value="&gmail-select-by-default-label;"/>

                <checkbox id="gmail-select-by-default-sign-checkbox" preference="gmail-select-by-default-sign"
                                label="&gmail-buton-sign-checkbox;"/>

                <hbox>

                    <checkbox id="gmail-select-by-default-encrypt-checkbox" preference="gmail-select-by-default-encrypt"
                                label="&gmail-buton-crypt-checkbox;"/>

                    <checkbox id="gmail-keep-encrypted-mail-checkbox" preference="gmail-keep-encrypted-mail"
                                label="&gmail-keep-encrypted-mail;"/>

                </hbox>

                <checkbox id="gmail-select-by-default-inline-checkbox" preference="gmail-select-by-default-inline"
                                label="&gmail-buton-inline-checkbox;"/>

                <checkbox id="gmail-select-by-default-attachements-checkbox" preference="gmail-select-by-default-attachements"
                                label="&gmail-buton-attachements-checkbox;"/>




                <label  id="gmail-smtp-options-label" value="&gmail-smtp-options-label;" style="text-decoration: underline;"/>

                <label  id="gmail-smtp-host-label" value="&gmail-smtp-host;"/>
                <textbox id="gmail-smtp-host-textbox"  preference="gmail-smtp-host"/>

                <label  id="gmail-smtp-port-label" value="&gmail-smtp-port;"/>
                <textbox id="gmail-smtp-port-textbox"  preference="gmail-smtp-port"/>

                <checkbox id="gmail-smtp-no-auth-checkbox" preference="gmail-smtp-no-auth"
                                label="&gmail-smtp-no-auth-checkbox;"/>

                <label  id="gmail-smtp-username-label" value="&gmail-smtp-username;"/>
                <textbox id="gmail-smtp-username-textbox"  preference="gmail-smtp-username"/>

                <label  id=" gmail-force-from-label" value="&gmail-force-from;"/>
                <textbox id="gmail-force-from-textbox"  preference="gmail-force-from"/>


                 <checkbox id="gmail-smtp-use-ssl-checkbox" preference="gmail-smtp-use-ssl"
                                label="&gmail-smtp-use-ssl-checkbox;"/>

                <checkbox id="gmail-smtp-google-com-checkbox" preference="gmail-smtp-google-com"
                                label="&gmail-smtp-google-com;"/>

            </vbox>

        </groupbox>

        <groupbox flex="1">
            <caption>
                <button label="&gmail-old-interface;" onclick="e = document.getElementById('gmailOldInterface'); if (e.style.display=='none') {e.style.display=''; }  else { e.style.display='none';} sizeToContent();"/>
            </caption>

            <vbox id="gmailOldInterface" style="display: none;">

                <label  id="gmail-buttons-label" value="&gmail-buttons-label;"/>

                <grid flex="1">
                    <columns>
                        <column flex="1"/>
                        <column flex="1"/>
                    </columns>

                    <rows>
                        <row>
                            <checkbox id="gmail-buton-sign-checkbox" preference="gmail-buton-sign"
                                label="&gmail-buton-csign-checkbox;"/>
                            <checkbox id="gmail-no-no-signsend-checkbox" preference="gmail-buton-signsend"
                                label="&gmail-buton-csignsend-checkbox;"/>
                        </row>
                        <row>
                            <checkbox id="gmail-buton-psign-checkbox" preference="gmail-buton-psign"
                                label="&gmail-buton-sign-checkbox;"/>
                            <checkbox id="gmail-no-no-psignsend-checkbox" preference="gmail-buton-psignsend"
                                label="&gmail-buton-signsend-checkbox;"/>
                        </row>
                        <row>
                            <checkbox id="gmail-buton-crypt-checkbox" preference="gmail-buton-crypt"
                                label="&gmail-buton-crypt-checkbox;"/>
                            <checkbox id="gmail-no-no-cryptsend-checkbox" preference="gmail-buton-cryptsend"
                                label="&gmail-buton-cryptsend-checkbox;"/>
                        </row>
                         <row>
                            <checkbox id="gmail-buton-signcrypt-checkbox" preference="gmail-buton-signcrypt"
                                label="&gmail-buton-signcrypt-checkbox;"/>
                            <checkbox id="gmail-no-no-signcryptsend-checkbox" preference="gmail-buton-signcryptsend"
                                label="&gmail-buton-signcryptsend-checkbox;"/>
                        </row>
                    </rows>
                </grid>

                <checkbox id="gmail-buton-use-select-checkbox" preference="gmail-buton-use-select"
                      label="&gmail-buton-use-select-checkbox;"/>

            </vbox>

        </groupbox>
    </prefpane>-->

    <!-- Gpg api -->

    <prefpane id="pane4" label="&paneapi.title;" flex="1" image="chrome://firegpg/skin/opt-gpgapi.png">
		<preferences id="preferences_gpgapi">
			<preference id="use-api-pref" name="extensions.firegpg.enable_gpgapi" type="bool"/>
		</preferences>

		<checkbox  id="use-api" preference="use-api-pref" label="&use-api;"/>


        <label control="api_domain_list">&api-liste-access2.label;</label>
		<vbox>
			<listbox id="api_domain_list" rows="15">
				<listhead>
					<listheader label="&api-liste-domain.label;"/>
					<listheader label="&api-liste-keyauth.label;"/>
				</listhead>
				<listcols>
					<listcol flex="1"/>
					<listcol flex="1"/>
				</listcols>
			</listbox>
		</vbox>
	</prefpane>
    <!-- end of gpg api -->


    <!-- Autowrap -->

    <!--<prefpane id="pane5" label="&paneautowrap.title;" flex="1" image="chrome://firegpg/skin/opt-autowrap.png">


        <label control="autowrap_list">&autowrap_list.label;</label>
		<vbox>
			<listbox id="autowrap_list" rows="15">
				<listhead>
					<listheader label="&autorwap-liste-domain.label;"/>
					<listheader label="&autorwap-liste-action.label;"/>
				</listhead>
				<listcols>
					<listcol flex="1"/>
					<listcol flex="1"/>
				</listcols>
			</listbox>
		</vbox>
	</prefpane>-->
    <!-- end of Autowrap -->


    <!-- gpgAuth -->

    <prefpane id="pane3" label="&pane3.title;" flex="1" image="chrome://firegpg/skin/opt-gpgauth.png">
		<preferences id="preferences_gpgauth">
			<preference id="global-enable-gpgauth-pref" name="extensions.firegpg.gpgauth.global.enable_gpgauth" type="bool"/>
			<preference id="global-enable-statusbar-pref" name="extensions.firegpg.gpgauth.global.enable_gpgauth_statusbar" type="bool"/>
			<preference id="global-enable-statuswindow-pref" name="extensions.firegpg.gpgauth.global.enable_gpgauth_statuswindow" type="bool"/>
			<preference id="global-allow-keyring-pref" name="extensions.firegpg.gpgauth.global.allow_keyring" type="bool"/>
		</preferences>
    <checkbox id="global-enable-gpgauth-check" preference="global-enable-gpgauth-pref" oncommand="document.getElementById('global-enable-gpgauth-pref').value == true ? (window.opener.gpgAuth.listenerUnload(), window.opener.gpgauth_status._statusButton.style.display = 'none' ) : (window.opener.gpgAuth.onLoad(), (document.getElementById('global-enable-statusbar-pref').value == true ? window.opener.gpgauth_status._statusButton.style.display = '' : window.opener.gpgauth_status._statusButton.style.display = 'none'));" label="&enable-gpgauth-check.label;" accesskey="&enable-gpgauth-check.accesskey;"/>
    <checkbox id="global-enable-statusbar-check" preference="global-enable-statusbar-pref" oncommand="document.getElementById('global-enable-statusbar-pref').value == true ? window.opener.gpgauth_status._statusButton.style.display = 'none' : window.opener.gpgauth_status._statusButton.style.display = '';" label="&enable-gpgauth-statusbar-check.label;" accesskey="&enable-gpgauth-statusbar-check.accesskey;"/>
    <checkbox id="global-enable-statuswindow-check" preference="global-enable-statuswindow-pref" oncommand="document.getElementById('global-enable-statuswindow-pref').value == true ? window.opener.gpgAuth.gpgauth_statuswindow_enabled=false : window.opener.gpgAuth.gpgauth_statuswindow_enabled=true;" label="&enable-gpgauth-statuswindow-check.label;" accesskey="&enable-gpgauth-statuswindow-check.accesskey;"/>
    <checkbox id="global-allow-keyring-check" preference="global-allow-keyring-pref" label="&global-allow-keyring-check.label;" accesskey="&global-allow-keyring-check.accesskey;"/>
		<label control="domain_list">&per-domain-preferences.label;</label>
		<vbox>
			<listbox id="domain_list" style="width:100%;height:300px;min-height:300px;">
				<listhead>
					<listheader label="Domain"/>
					<listheader label="Event"/>
					<listheader label="Enabled"/>
				</listhead>
				<listcols>
					<listcol flex="1"/>
					<listcol flex="1"/>
					<listcol flex="1"/>
				</listcols>
			</listbox>
		</vbox>
    <text value="http://www.gpgauth.com/" class="gpgauth-CustomLink" onclick="window.open('http://www.gpgauth.com'); window.close();"/>
	</prefpane>
    <!-- end of gpgAuth -->

    <stringbundleset id="stringbundleset">
        <stringbundle id="firegpg-strings" src="chrome://firegpg/locale/firegpg.properties"/>
    </stringbundleset>


    <script src="../Core/misc.js"/>
    <script src="../Core/cgpgaccess.js"/>
    <script src="../Core/cgpg.js"/>
    <script src="../Api/api.js"/>
    <script src="options.js"/>
    <script src="../GpgAuth/gpgauth_options.js"/>
     <script src="../Webmails/autowrap.js"/>

</prefwindow>