From 1ed64a2da59bfaf37a4645ef558513e51aca235d Mon Sep 17 00:00:00 2001 From: welpy-cw Date: Mon, 7 Aug 2023 09:52:38 +0000 Subject: [PATCH] Bug 1845464 - Fix hostinfo.dat not getting updated. r=mkmelin Differential Revision: https://phabricator.services.mozilla.com/D184560 --HG-- extra : moz-landing-system : lando --- mailnews/news/src/NntpIncomingServer.jsm | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/news/src/NntpIncomingServer.jsm b/mailnews/news/src/NntpIncomingServer.jsm index c9395f5cbc..442af55985 100644 --- a/mailnews/news/src/NntpIncomingServer.jsm +++ b/mailnews/news/src/NntpIncomingServer.jsm @@ -512,6 +512,7 @@ class NntpIncomingServer extends MsgIncomingServer { this._subscribable.startPopulating(msgWindow, forceToServer, getOnlyNew); this._groups = []; + this._hostInfoLoaded = false; if (!forceToServer) { this._hostInfoLoaded = await this._loadHostInfo(); if (this._hostInfoLoaded) {