зеркало из https://github.com/mozilla/pjs.git
Bug 392088: Thread Pane selection lost on autocompact; p=Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r=me, sr=neil
This commit is contained in:
Родитель
74ee3355a9
Коммит
248b54130d
|
@ -318,6 +318,10 @@ var folderListener = {
|
|||
else if (eventType == "DeleteOrMoveMsgFailed") {
|
||||
HandleDeleteOrMoveMsgFailed(folder);
|
||||
}
|
||||
else if (eventType == "AboutToCompact") {
|
||||
if (gDBView)
|
||||
gCurrentlyDisplayedMessage = gDBView.currentlyDisplayedMessage;
|
||||
}
|
||||
else if (eventType == "CompactCompleted") {
|
||||
HandleCompactCompleted(folder);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче