tbird version of fix for 257759 run filter after the fact doesn't work for deferred pop3 accounts

git-svn-id: svn://10.0.0.236/trunk@163618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%nventure.com
2004-10-12 20:12:17 +00:00
parent 51eba6ccae
commit 049118897f

View File

@@ -217,10 +217,13 @@ function setServer(uri)
if (msgFolder)
msgFolder.getFilterList(gFilterListMsgWindow);
// this will get the deferred to account root folder, if server is deferred
msgFolder = msgFolder.server.rootMsgFolder;
var rootFolderUri = msgFolder.URI;
rebuildFilterTree(uri);
// root the folder picker to this server
gRunFiltersFolderPicker.setAttribute("ref", uri);
gRunFiltersFolderPicker.setAttribute("ref", rootFolderUri);
// run filters after the fact not supported by news
if (CanRunFiltersAfterTheFact(msgFolder.server)) {