Correctly handle LISTMESSAGES and STATUS commands using SeqNum instead of UID

This commit is contained in:
2018-06-28 00:00:44 +01:00
parent 22f6eeacd7
commit 3e5ab5bb0a
5 changed files with 106 additions and 23 deletions

View File

@@ -7,8 +7,10 @@ import (
)
type Entry struct {
UID uint64
Extra map[string][]string
UID uint64
SeqNum uint64
Extra map[string][]string
LastKnownFilename string
}