Correctly handle LISTMESSAGES and STATUS commands using SeqNum instead of UID
This commit is contained in:
@@ -7,8 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type Entry struct {
|
||||
UID uint64
|
||||
Extra map[string][]string
|
||||
UID uint64
|
||||
SeqNum uint64
|
||||
Extra map[string][]string
|
||||
|
||||
LastKnownFilename string
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user