mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Back out alecf's changes to fix local mail folder expansion. This is for QA Blocker Bug #12207. a=cyeh
This commit is contained in:
parent
18f7f3f6d3
commit
5c17c57532
@ -104,11 +104,6 @@ nsMsgLocalMailFolder::nsMsgLocalMailFolder(void)
|
||||
mInitialized(PR_FALSE), mCopyState(nsnull)
|
||||
{
|
||||
mPath = nsnull;
|
||||
|
||||
// temp hack to precache the local path
|
||||
nsCOMPtr<nsIFileSpec> path;
|
||||
GetPath(getter_AddRefs(path));
|
||||
|
||||
// NS_INIT_REFCNT(); done by superclass
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user