mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
when reparsing all messages, actually store the new mime structure in the database
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user