Bug 241215 Make File/Open File work from standalone message window r/sr=mscott

This commit is contained in:
neil%parkwaycc.co.uk 2004-05-15 23:27:58 +00:00
parent aae93331f3
commit 6b6c297519
2 changed files with 10 additions and 0 deletions

View File

@ -551,6 +551,11 @@ function GetLoadedMsgFolder()
return null;
}
function GetSelectedFolderURI()
{
return gCurrentFolderUri;
}
function GetLoadedMessage()
{
return gCurrentMessageUri;

View File

@ -546,6 +546,11 @@ function GetLoadedMsgFolder()
return null;
}
function GetSelectedFolderURI()
{
return gCurrentFolderUri;
}
function GetLoadedMessage()
{
return gCurrentMessageUri;