Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F37961210
enigmailSelectPanel.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
893 B
Subscribers
None
enigmailSelectPanel.js
View Options
// enigmailSelectPanel.js
const
ENIG_DEBUG
=
true
;
/* set to false to suppress debug messages */
const
ENIG_ENIGMAIL_CONTRACTID
=
"@mozdev.org/enigmail/enigmail;1"
;
if
(
ENIG_DEBUG
)
EnigDebug
=
function
(
s
)
{
dump
(
s
);
}
else
EnigDebug
=
function
(
s
)
{}
function
OnLoadEnigmailSelectPanel
()
{
EnigDebug
(
"enigmailSelectPanel.js: OnLoadEnigmailSelectPanel\n"
);
}
function
OnUnloadEnigmailSelectPanel
()
{
EnigDebug
(
"enigmailSelectPanel.js: OnUnloadEnigmailSelectPanel\n"
);
}
function
SelectPanel
()
{
var
enigmailSvc
;
try
{
enigmailSvc
=
Components
.
classes
[
ENIG_ENIGMAIL_CONTRACTID
].
createInstance
(
Components
.
interfaces
.
nsIEnigmail
);
}
catch
(
ex
)
{
EnigDebug
(
"enigmailSelectPanel.js: Error in instantiating EnigmailService\n"
);
}
EnigDebug
(
"enigmailSelectPanel.js: enigmailSvc = "
+
enigmailSvc
+
"\n"
);
enigmailSvc
.
selectPanel
(
document
.
location
.
href
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 19, 9:04 PM (2 h, 17 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
26/f6/2af9be9d0540044c79e346d411f5
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment