Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20320893
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
27 KB
Subscribers
None
View Options
diff --git a/ui/content/pref-enigmail-seamonkey.js b/ui/content/pref-enigmail-seamonkey.js
index 0a7e4702..20050d77 100644
--- a/ui/content/pref-enigmail-seamonkey.js
+++ b/ui/content/pref-enigmail-seamonkey.js
@@ -1,44 +1,31 @@
// Uses: chrome://enigmail/content/enigmailCommon.js
// Uses: chrome://enigmail/content/pref-enigmail-adv.js
// Initialize enigmailCommon
EnigInitCommon("pref-enigmail-seamonkey");
-function init_pref_enigmail() {
- DEBUG_LOG("pref-enigmail.js: init_pref_enigmail\n");
+function initPrefSeamonkey() {
+ DEBUG_LOG("pref-enigmail-seamonkey.js: initPrefSeamonkey\n");
parent.initPanel('chrome://enigmail/content/pref-enigmail-seamonkey.xul');
EnigSetDefaultPrefs();
EnigSetPref("configuredVersion", gEnigmailVersion);
if (navigator.platform.search(/Win/i) == 0) {
// Windows doesn't work ...
document.getElementById("uninstall").setAttribute("disabled", "true");
}
setDisables(true);
}
function setDisables(initializing) {
- DEBUG_LOG("pref-enigmail.js: setDisables: "+initializing+"\n");
+ DEBUG_LOG("pref-enigmail-seamonkey.js: setDisables: "+initializing+"\n");
var noPassphraseElement = document.getElementById("noPassphrase");
var noPassphrase = initializing ? EnigGetPref("noPassphrase")
: noPassphraseElement.checked;
}
-
-
-function enigmailPrefsHelp() {
- DEBUG_LOG("pref-enigmail.js: enigmailPrefsHelp:\n");
-}
-
-function enigmailResetPrefs() {
- DEBUG_LOG("pref-enigmail.js: enigmailResetPrefs\n");
-
- DisplayPrefs(true, true, false);
-
- setDisables(false);
-}
diff --git a/ui/content/pref-enigmail-seamonkey.xul b/ui/content/pref-enigmail-seamonkey.xul
index ac1b6bb9..0888e593 100644
--- a/ui/content/pref-enigmail-seamonkey.xul
+++ b/ui/content/pref-enigmail-seamonkey.xul
@@ -1,136 +1,139 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "MPL"); you may not use this file
except in compliance with the MPL. You may obtain a copy of
the MPL at http://www.mozilla.org/MPL/
Software distributed under the MPL is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the MPL for the specific language governing
rights and limitations under the MPL.
The Original Code is Enigmail.
The Initial Developer of the Original Code is Ramalingam Saravanan.
Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
Contributor(s):
Patrick Brunschwig <patrick.brunschwig@gmx.net>
Alternatively, the contents of this file may be used under the
terms of the GNU General Public License (the "GPL"), in which case
the provisions of the GPL are applicable instead of
those above. If you wish to allow use of your version of this
file only under the terms of the GPL and not to allow
others to use your version of this file under the MPL, indicate
your decision by deleting the provisions above and replace them
with the notice and other provisions required by the GPL.
If you do not delete the provisions above, a recipient
may use your version of this file under either the MPL or the
GPL.
-->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://enigmail/skin/enigmail.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % enigMailDTD SYSTEM "chrome://enigmail/locale/enigmail.dtd" >
%enigMailDTD;
]>
<page id="enigmailPrefs"
headertitle="&enigmail.label;"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
class="color-dialog"
orient="vertical"
- onload="init_pref_enigmail();">
+ onload="initPrefSeamonkey();">
<script type="application/x-javascript" src="chrome://enigmail/content/enigmailCommon.js"/>
<script type="application/x-javascript" src="chrome://enigmail/content/pref-enigmail-seamonkey.js"/>
+ <script type="application/x-javascript" src="chrome://enigmail/content/pref-enigmail.js"/>
<script type="application/x-javascript" src="chrome://jslib/content/jslib.js"/>
<script type="application/x-javascript">
<![CDATA[
// List of persisted elements (required to save prefs)
var _elementIDs = [
"enigmail_agentPath",
"enigmail_noPassphrase",
"enigmail_maxIdleMinutes",
"enigmail_keyserver"
];
]]>
</script>
<hbox align="center">
<label control="enigmail_agentPath"
value="&enigmail.agentPath.label;" />
<textbox id="enigmail_agentPath"
pref="true"
preftype="string"
prefstring="extensions.enigmail.agentPath"/>
+ <button id="browse" label="&enigmail.browse.label;"
+ oncommand="enigLocateGpg();"/>
</hbox>
<hbox>
<groupbox orient="vertical">
<caption label="&enigmail.passwordSettings.label;"/>
<hbox autostretch="never" align="center">
<label control="enigmail_maxIdleMinutes"
value="&enigmail.maxIdleMinutesHead.label;" />
<textbox id="enigmail_maxIdleMinutes"
size="4"
pref="true"
preftype="int"
prefstring="extensions.enigmail.maxIdleMinutes"/>
<description>&enigmail.maxIdleMinutesTail.label;</description>
</hbox>
<checkbox id="enigmail_noPassphrase"
label="&enigmail.userNoPassphrase.label;"
pref="true"
preftype="bool"
prefstring="extensions.enigmail.noPassphrase"
prefattribute="checked"/>
</groupbox>
</hbox>
<vbox>
<label control="enigmail_keyserver"
value="&enigmail.keyservers.label;:" />
<textbox id="enigmail_keyserver"
pref="true"
preftype="string"
prefstring="extensions.enigmail.keyserver"/>
<label value="&enigmail.keyservers.sample;" style="font-style: italic;"/>
</vbox>
<separator/>
<hbox autostretch="never">
<button class="dialog"
id="enigmailPrefs"
label="&enigmail.advancedPrefsButton.label; ..."
oncommand="EnigPrefWindow(false,'seamonkey')"/>
</hbox>
<groupbox orient="horizontal">
<button class="dialog"
id="uninstall"
label="&enigmail.uninstallButton.label;"
oncommand="EnigUninstall();"
/>
<button class="dialog"
id="upgrade"
label="&enigmail.upgradeButton.label;"
oncommand="EnigUpgrade();"
/>
</groupbox>
</page>
diff --git a/ui/content/pref-enigmail.js b/ui/content/pref-enigmail.js
index 5a8fa1c9..f347368f 100644
--- a/ui/content/pref-enigmail.js
+++ b/ui/content/pref-enigmail.js
@@ -1,262 +1,276 @@
// Uses: chrome://enigmail/content/enigmailCommon.js
// Initialize enigmailCommon
EnigInitCommon("pref-enigmail");
var gMimeHashElement, gSendFlowedElement, gSendFlowedValue;
var gMimePartsElement, gMimePartsValue;
-function AdvStartup() {
- DEBUG_LOG("pref-enigmail.js: AdvStartup\n");
+function prefOnLoad() {
+ DEBUG_LOG("pref-enigmail.js: prefOnLoad\n");
EnigDisplayPrefs(false, true, false);
if (window.arguments) {
if (! window.arguments[0].showBasic) {
// hide basic tab
document.getElementById("basic").setAttribute("collapsed", true);
document.getElementById("basicTab").setAttribute("collapsed", true);
var sendTab=document.getElementById("sendTab");
sendTab.click();
sendTab.setAttribute("selected", true);
}
if (window.arguments[0].clientType!="seamonkey") {
document.getElementById("enigmail_disableSMIMEui").setAttribute("collapsed", true);
}
if ((typeof window.arguments[0].selectTab)=="string") {
var selectTab=document.getElementById(window.arguments[0].selectTab);
selectTab.click();
selectTab.setAttribute("selected", true);
}
}
EnigDisplayRadioPref("usePGPMimeOption", EnigGetPref("usePGPMimeOption"),
gUsePGPMimeOptionList);
EnigDisplayRadioPref("recipientsSelectionOption", EnigGetPref("recipientsSelectionOption"),
gEnigRecipientsSelectionOptions);
gMimeHashElement = document.getElementById("mimeHashList");
gMimeHashElement.selectedIndex = EnigGetPref("mimeHashAlgorithm");
gSendFlowedElement = document.getElementById("send_plaintext_flowed");
try {
gSendFlowedValue = gEnigPrefRoot.getBoolPref("mailnews.send_plaintext_flowed");
} catch (ex) {
gSendFlowedValue = true;
}
if (gSendFlowedValue) {
gSendFlowedElement.setAttribute("checked", "true");
} else {
gSendFlowedElement.removeAttribute("checked");
}
gMimePartsElement = document.getElementById("mime_parts_on_demand");
try {
gMimePartsValue = gEnigPrefRoot.getBoolPref("mail.server.default.mime_parts_on_demand");
} catch (ex) {
gMimePartsValue = true;
}
if (gMimePartsValue) {
gMimePartsElement.setAttribute("checked", "true");
} else {
gMimePartsElement.removeAttribute("checked");
}
var testEmailElement = document.getElementById("enigmail_test_email");
var userIdValue = EnigGetPref("userIdValue");
if (testEmailElement && userIdValue)
testEmailElement.value = userIdValue;
if (navigator.platform.search(/Win/i) == 0) {
// Windows doesn't work ...
document.getElementById("uninstall").setAttribute("disabled", "true");
}
}
-function AdvResetPrefs() {
- DEBUG_LOG("pref-enigmail.js: AdvReset\n");
+function resetPrefs() {
+ DEBUG_LOG("pref-enigmail.js: resetPrefs\n");
EnigDisplayRadioPref("usePGPMimeOption", gEnigmailPrefDefaults["usePGPMimeOption"],
gUsePGPMimeOptionList);
EnigDisplayRadioPref("recipientsSelectionOption", gEnigmailPrefDefaults["recipientsSelectionOption"],
gEnigRecipientsSelectionOptions);
gMimeHashElement.selectedIndex = gEnigmailPrefDefaults["mimeHashAlgorithm"];
EnigDisplayPrefs(true, true, false);
}
-function AdvOnAccept() {
+function prefOnAccept() {
- DEBUG_LOG("pref-enigmail.js: AdvOnAccept\n");
+ DEBUG_LOG("pref-enigmail.js: prefOnAccept\n");
EnigDisplayPrefs(false, false, true);
EnigSetRadioPref("usePGPMimeOption", gUsePGPMimeOptionList);
EnigSetPref("mimeHashAlgorithm", gMimeHashElement.selectedIndex);
EnigSetRadioPref("recipientsSelectionOption", gEnigRecipientsSelectionOptions);
if (gSendFlowedElement &&
(gSendFlowedElement.checked != gSendFlowedValue) ) {
gEnigPrefRoot.setBoolPref("mailnews.send_plaintext_flowed", (gSendFlowedElement.checked ? true : false));
}
if (gMimePartsElement &&
(gMimePartsElement.checked != gMimePartsValue) ) {
gEnigPrefRoot.setBoolPref("mail.server.default.mime_parts_on_demand", (gMimePartsElement.checked ? true : false));
}
EnigSetPref("configuredVersion", gEnigmailVersion);
EnigSavePrefs();
return true;
}
function EnigMimeTest() {
CONSOLE_LOG("\n\nEnigMimeTest: START ********************************\n");
var lines = ["--Boundary",
"\r\nPart 1\r\n",
" --Boundary\r\n\r\n",
"--Boundary\r",
"\nPart 2\r\nPL2\r\nx\r\n--Boundary--\r\n"];
var lines = ["content-type: multipart/mixed;\r",
"\n boundary=\"ABCD\"",
"\r\n\r\nmultipart\r\n--ABCD\r",
"\ncontent-type: text/html \r\n",
"\r\n<html><body><b>TEST CONTENT1<b></body></html>\r\n\r",
"\n--ABCD\r\ncontent-type: text/plain\r\ncontent-disposition:",
" attachment; filename=\"abcd.txt\"\r\n",
"\r\nFILE CONTENTS\r\n--ABCD--\r\n"];
var linebreak = ["CRLF", "LF", "CR"];
for (var j=0; j<linebreak.length; j++) {
var listener = Components.classes[ENIG_IPCBUFFER_CONTRACTID].createInstance(Components.interfaces.nsIIPCBuffer);
listener.open(2000, false);
var mimeFilter = Components.classes[ENIG_ENIGMIMELISTENER_CONTRACTID].createInstance(Components.interfaces.nsIEnigMimeListener);
mimeFilter.init(listener, null, 4000, j != 1, j == 1, false);
for (var k=0; k<lines.length; k++) {
var line = lines[k];
if (j == 1) line = line.replace(/\r/g, "");
if (j == 2) line = line.replace(/\n/g, "");
mimeFilter.write(line, line.length, null, null);
}
mimeFilter.onStopRequest(null, null, 0);
CONSOLE_LOG(linebreak[j]+" mimeFilter.contentType='"+mimeFilter.contentType+"'\n");
CONSOLE_LOG(linebreak[j]+" listener.getData()='"+listener.getData().replace(/\r/g, "\\r")+"'\n");
}
CONSOLE_LOG("************************************************\n");
}
function EnigTest() {
var plainText = "TEST MESSAGE 123\nTEST MESSAGE 345\n";
var testEmailElement = document.getElementById("enigmail_test_email");
var toMailAddr = testEmailElement.value;
var enigmailSvc = GetEnigmailSvc();
if (!enigmailSvc) {
EnigAlert(EnigGetString("testNoSvc"));
return;
}
if (!toMailAddr) {
try {
EnigMimeTest();
} catch (ex) {}
EnigAlert(EnigGetString("testNoEmail"));
return;
}
try {
CONSOLE_LOG("\n\nEnigTest: START ********************************\n");
CONSOLE_LOG("EnigTest: To: "+toMailAddr+"\n"+plainText+"\n");
var uiFlags = nsIEnigmail.UI_INTERACTIVE;
var exitCodeObj = new Object();
var statusFlagsObj = new Object();
var errorMsgObj = new Object();
var cipherText = enigmailSvc.encryptMessage(window, uiFlags, plainText,
"", toMailAddr,
nsIEnigmail.SEND_SIGNED,
exitCodeObj, statusFlagsObj,
errorMsgObj);
CONSOLE_LOG("************************************************\n");
CONSOLE_LOG("EnigTest: SIGNING ONLY\n");
CONSOLE_LOG("EnigTest: cipherText = "+cipherText+"\n");
CONSOLE_LOG("EnigTest: exitCode = "+exitCodeObj.value+"\n");
CONSOLE_LOG("************************************************\n");
var signatureObj = new Object();
var keyIdObj = new Object();
var userIdObj = new Object();
var decryptedText = enigmailSvc.decryptMessage(window, uiFlags, cipherText,
signatureObj, exitCodeObj,
statusFlagsObj, keyIdObj, userIdObj,
errorMsgObj);
CONSOLE_LOG("\n************************************************\n");
CONSOLE_LOG("EnigTest: VERIFICATION\n");
CONSOLE_LOG("EnigTest: decryptedText = "+decryptedText+"\n");
CONSOLE_LOG("EnigTest: exitCode = "+exitCodeObj.value+"\n");
CONSOLE_LOG("EnigTest: signature = "+signatureObj.value+"\n");
CONSOLE_LOG("************************************************\n");
var cipherText = enigmailSvc.encryptMessage(window, uiFlags, plainText,
"", toMailAddr,
nsIEnigmail.SEND_SIGNED|
nsIEnigmail.SEND_ENCRYPTED,
exitCodeObj, statusFlagsObj,
errorMsgObj);
CONSOLE_LOG("************************************************\n");
CONSOLE_LOG("EnigTest: SIGNING + ENCRYPTION\n");
CONSOLE_LOG("EnigTest: cipherText = "+cipherText+"\n");
CONSOLE_LOG("EnigTest: exitCode = "+exitCodeObj.value+"\n");
CONSOLE_LOG("************************************************\n");
var decryptedText = enigmailSvc.decryptMessage(window, uiFlags, cipherText,
signatureObj, exitCodeObj,
statusFlagsObj, keyIdObj, userIdObj,
errorMsgObj);
CONSOLE_LOG("\n************************************************\n");
CONSOLE_LOG("EnigTest: DECRYPTION\n");
CONSOLE_LOG("EnigTest: decryptedText = "+decryptedText+"\n");
CONSOLE_LOG("EnigTest: exitCode = "+exitCodeObj.value+"\n");
CONSOLE_LOG("EnigTest: signature = "+signatureObj.value+"\n");
CONSOLE_LOG("************************************************\n");
EnigAlert(EnigGetString("testSucceeded"));
}
catch (ex) {
EnigAlert("error");
}
}
+
+function enigLocateGpg() {
+ var fileName="gpg";
+ var ext="";
+ if (navigator.platform.search(/Win/i) == 0) {
+ ext=".exe";
+ }
+ var filePath = EnigFilePicker(EnigGetString("locateGpg"),
+ "", false, ext,
+ fileName+ext, null);
+ if (filePath) {
+ document.getElementById("enigmail_agentPath").value = filePath.path;
+ }
+}
\ No newline at end of file
diff --git a/ui/content/pref-enigmail.xul b/ui/content/pref-enigmail.xul
index b195db2f..a19eea21 100644
--- a/ui/content/pref-enigmail.xul
+++ b/ui/content/pref-enigmail.xul
@@ -1,258 +1,260 @@
<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "MPL"); you may not use this file
except in compliance with the MPL. You may obtain a copy of
the MPL at http://www.mozilla.org/MPL/
Software distributed under the MPL is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the MPL for the specific language governing
rights and limitations under the MPL.
The Original Code is Enigmail.
The Initial Developer of the Original Code is Ramalingam Saravanan.
Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
Contributor(s):
Patrick Brunschwig <patrick.brunschwig@gmx.net>
Alternatively, the contents of this file may be used under the
terms of the GNU General Public License (the "GPL"), in which case
the provisions of the GPL are applicable instead of
those above. If you wish to allow use of your version of this
file only under the terms of the GPL and not to allow
others to use your version of this file under the MPL, indicate
your decision by deleting the provisions above and replace them
with the notice and other provisions required by the GPL.
If you do not delete the provisions above, a recipient
may use your version of this file under either the MPL or the
GPL.
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://enigmail/skin/enigmail.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % enigMailDTD SYSTEM "chrome://enigmail/locale/enigmail.dtd" >
%enigMailDTD;
]>
<dialog id="enigmailPrefsAdv"
title="&enigmail.preferences.label;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="AdvStartup();"
- ondialogaccept="AdvOnAccept();">
+ onload="prefOnLoad();"
+ ondialogaccept="prefOnAccept();">
<script type="application/x-javascript" src="chrome://enigmail/content/enigmailCommon.js"/>
<script type="application/x-javascript" src="chrome://enigmail/content/pref-enigmail.js"/>
<script type="application/x-javascript" src="chrome://jslib/content/jslib.js"/>
<tabbox flex="1" style="margin:5px">
<tabs id="prefTabBox">
<tab id="basicTab" label="&enigmail.basic.label;"/>
<tab id="sendTab" label="&enigmail.sending.label;"/>
<tab id="keySelTab" label="&enigmail.keySel.label;"/>
<tab id="pgpMimeTab" label="&enigmail.pgpMime.label;"/>
<tab id="advancedTab" label="&enigmail.advancedPrefsButton.label;"/>
<tab id="debugTab" label="&enigmail.debug.label;"/>
</tabs>
<tabpanels flex="1">
<vbox id="basic" flex="1">
<description class="enigmailPrefsTitle">&enigmail.basicPrefs.label;</description>
<hbox align="center">
<label control="enigmail_agentPath"
value="&enigmail.agentPath.label;" />
<textbox id="enigmail_agentPath"/>
+ <button id="browse" label="&enigmail.browse.label;"
+ oncommand="enigLocateGpg();"/>
</hbox>
<hbox>
<groupbox orient="vertical" flex="1">
<caption label="&enigmail.passwordSettings.label;"/>
<hbox autostretch="never" align="center">
<label control="enigmail_maxIdleMinutes"
value="&enigmail.maxIdleMinutesHead.label;" />
<textbox id="enigmail_maxIdleMinutes"
size="4"
pref="true"
preftype="int"
prefstring="extensions.enigmail.maxIdleMinutes"/>
<description>&enigmail.maxIdleMinutesTail.label;</description>
</hbox>
<checkbox id="enigmail_noPassphrase"
label="&enigmail.userNoPassphrase.label;"
pref="true"
preftype="bool"
prefstring="extensions.enigmail.noPassphrase"
prefattribute="checked"/>
</groupbox>
</hbox>
<vbox>
<label control="enigmail_keyserver"
value="&enigmail.keyservers.label;:" />
<textbox id="enigmail_keyserver"/>
<label value="&enigmail.keyservers.sample;" style="font-style: italic;"/>
</vbox>
<separator/>
<vbox autostretch="never" align="end">
<hbox>
<button id="uninstall"
class="dialog"
label="&enigmail.uninstallButton.label;"
oncommand="EnigUninstall()"/>
<button id="resetPrefs"
label="&enigmail.resetPrefsButton.label;"
- oncommand="AdvResetPrefs();"/>
+ oncommand="resetPrefs();"/>
</hbox>
</vbox>
</vbox>
<vbox id="sending" flex="1">
<description class="enigmailPrefsTitle">&enigmail.whenSending.label;</description>
<checkbox id="enigmail_encryptToSelf"
label="&enigmail.encryptToSelf.label;" />
<checkbox id="enigmail_alwaysTrustSend"
label="&enigmail.alwaysTrustSend.label;" />
<checkbox id="enigmail_confirmBeforeSend"
label="&enigmail.confirmBeforeSend.label;" />
<checkbox id="enigmail_wrapHtmlBeforeSend"
label="&enigmail.wrapHtmlBeforeSend.label;" />
<checkbox id="send_plaintext_flowed"
label="&enigmail.send_plaintext_flowed.label;" />
</vbox>
<vbox id="keySel" flex="1">
<description class="enigmailPrefsTitle">&enigmail.recipientsSelectionOption.label;</description>
<radiogroup id="enigmail_recipientsSelectionOption">
<radio id="askRecipientsNever"
value="0"
label="&enigmail.askRecipientsNever.label;"/>
<radio id="askRecipientsClever"
value="1"
label="&enigmail.askRecipientsClever.label;"/>
<radio id="askRecipientsAlways"
value="2"
label="&enigmail.askRecipientsAlways.label;"/>
</radiogroup>
</vbox>
<vbox id="pgpMime" flex="1">
<description class="enigmailPrefsTitle">&enigmail.usePGPMimeOption.label;</description>
<radiogroup id="enigmail_usePGPMimeOption">
<radio id="usePGPMimeNever"
value="0"
label="&enigmail.usePGPMimeNever.label;" />
<radio id="usePGPMimePossible"
value="1"
label="&enigmail.usePGPMimePossible.label;" />
<radio id="usePGPMimeAlways"
value="2"
label="&enigmail.usePGPMimeAlways.label;" />
</radiogroup>
<hbox align="center">
<label control="mimeHashList"
value="&enigmail.mimeHashAlgorithm.label;:" />
<menulist id="mimeHashList" label="SHA1" flex="1">
<menupopup id="mimeHashPopup">
<menuitem id="mimeHashMD5" label="MD5"/>
<menuitem id="mimeHashSHA1" label="SHA1" selected="true"/>
<menuitem id="mimeHashRIPEMD160" label="RIPEMD160"/>
</menupopup>
</menulist>
</hbox>
</vbox>
<vbox id="advanced" flex="1">
<description class="enigmailPrefsTitle">&enigmail.moreOptions.label;</description>
<spacer flex="0"/>
<checkbox id="enigmail_keepSettingsForReply"
label="&enigmail.keepSettingsForReply.label;" />
<checkbox id="enigmail_useDefaultComment"
label="&enigmail.useDefaultComment.label;" />
<checkbox id="enigmail_doubleDashSeparator"
label="&enigmail.doubleDashSeparator.label;" />
<checkbox id="enigmail_useGpgAgent"
label="&enigmail.useGpgAgent.label;" />
<checkbox id="enigmail_hushMailSupport"
label="&enigmail.hushMailSupport.label;" />
<checkbox id="enigmail_disableSMIMEui"
label="&enigmail.disableSMIMEui.label;" />
<checkbox id="mime_parts_on_demand"
label="&enigmail.mime_parts_on_demand.label;"
tooltiptext="&enigmail.mime_parts_on_demand.tooltip;" />
</vbox>
<vbox id="debug" flex="1">
<description class="enigmailPrefsTitle">&enigmail.debugging.label;</description>
<spacer flex="0"/>
<grid>
<columns>
<column/>
<column flex="1"/>
</columns>
<rows autostretch="never">
<row>
<hbox align="center">
<label control="enigmail_logDirectory"
value="&enigmail.logdirectory.label;" />
</hbox>
<textbox id="enigmail_logDirectory" />
</row>
<row>
<hbox align="center">
<label control="enigmail_test_email"
value="&enigmail.testemail.label;" />
</hbox>
<hbox autostretch="never">
<textbox id="enigmail_test_email"/>
<button class="dialog"
id="enigmail_test"
label="&enigmail.test.label;"
oncommand="EnigTest();"/>
</hbox>
</row>
</rows>
</grid>
<checkbox id="enigmail_useMimeExperimental"
label="&enigmail.experimental.label;" />
</vbox>
</tabpanels>
</tabbox>
</dialog>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Mar 14, 4:42 AM (1 d, 10 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/45/988d51ed83440ba967208d93ec3c
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment