mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 241215 Make File/Open File work from standalone message window r/sr=mscott
This commit is contained in:
parent
aae93331f3
commit
6b6c297519
@ -551,6 +551,11 @@ function GetLoadedMsgFolder()
|
||||
return null;
|
||||
}
|
||||
|
||||
function GetSelectedFolderURI()
|
||||
{
|
||||
return gCurrentFolderUri;
|
||||
}
|
||||
|
||||
function GetLoadedMessage()
|
||||
{
|
||||
return gCurrentMessageUri;
|
||||
|
@ -546,6 +546,11 @@ function GetLoadedMsgFolder()
|
||||
return null;
|
||||
}
|
||||
|
||||
function GetSelectedFolderURI()
|
||||
{
|
||||
return gCurrentFolderUri;
|
||||
}
|
||||
|
||||
function GetLoadedMessage()
|
||||
{
|
||||
return gCurrentMessageUri;
|
||||
|
Loading…
Reference in New Issue
Block a user