Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35156374
enigmailMsgPrintOverlay.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
741 B
Subscribers
None
enigmailMsgPrintOverlay.js
View Options
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
"use strict"
;
/*global Components: false */
Components
.
utils
.
import
(
"resource://enigmail/log.jsm"
);
/* global EnigmailLog: false */
window
.
addEventListener
(
"load"
,
function
_enigmail_msgPrintLoad
()
{
EnigmailLog
.
DEBUG
(
"enigmailMsgPrintOverlay.js: enigMsgPrintLoad\n"
);
// functionality to be added ...
},
false
);
window
.
addEventListener
(
"unload"
,
function
_enigmail_msgPrintUnload
()
{
EnigmailLog
.
DEBUG
(
"enigmailMsgPrintOverlay.js: enigMsgPrintUnload\n"
);
// functionality to be added ...
},
false
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 2, 8:41 AM (5 h, 8 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d5/a4/3e9734e8b0461113f4ffea7e5401
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment