mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-29 15:36:08 +00:00
API: Include correct start value in search reponse
This commit is contained in:
@@ -119,7 +119,7 @@ func Search(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
var res MessagesSummary
|
||||
|
||||
res.Start = 0
|
||||
res.Start = start
|
||||
res.Messages = messages
|
||||
res.Count = len(messages)
|
||||
res.Total = stats.Total
|
||||
|
||||
Reference in New Issue
Block a user