Skip to content

Commit 601dcda

Browse files
committed
resolve merge error and fmt
1 parent 6fad1b9 commit 601dcda

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

imapserver/imapmemserver/mailbox.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,11 @@ func (mbox *Mailbox) statusDataLocked(options *imap.StatusOptions) *imap.StatusD
9797
}
9898
if options.HighestModSeq {
9999
data.HighestModSeq = mbox.highestModSeq
100-
}
100+
}
101101
if options.NumRecent {
102102
num := uint32(0)
103103
data.NumRecent = &num
104104
}
105-
if options.HighestModSeq {
106-
data.HighestModSeq = mbox.highestModSeq
107-
}
108105
return &data
109106
}
110107

0 commit comments

Comments
 (0)