when reparsing all messages, actually store the new mime structure in the database

This commit is contained in:
Mechiel Lukkien
2025-04-18 09:05:09 +02:00
parent 75bb1bfa2f
commit 14af5bbb12
2 changed files with 3 additions and 1 deletions

View File

@ -983,7 +983,7 @@ type Upgrade struct {
MessageParseVersion int // If different than latest, all messages will be reparsed.
}
const MessageParseVersionLatest = 1
const MessageParseVersionLatest = 2
// upgradeInit is the value for new account database, which don't need any upgrading.
var upgradeInit = Upgrade{