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