diff --git a/CHANGELOG.md b/CHANGELOG.md
index b42bed9..7b40d22 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
Notable changes to Mailpit will be documented in this file.
+## 1.2.4
+
+### Bugfix
+- Fix mail download link
+
+
## 1.2.3
### API
diff --git a/docs/apiv1/Search.md b/docs/apiv1/Search.md
index cf4c4fb..f2c7aa2 100644
--- a/docs/apiv1/Search.md
+++ b/docs/apiv1/Search.md
@@ -4,7 +4,7 @@
**Method** : `GET`
-The search returns up to 200 of the most recent matches, and does not support pagination or limits.
+The search returns the most recent matches (default 50).
Matching messages are returned in the order of latest received to oldest.
@@ -62,8 +62,8 @@ Matching messages are returned in the order of latest received to oldest.
- `total` - Total messages in mailbox (all messages, not search)
- `unread` - Total unread messages in mailbox (all messages, not search)
-- `count` - Number of messages returned in request (up to 200 for search)
-- `start` - Always 0 (offset in search is unsupported)
+- `count` - Number of messages returned in request
+- `start` - The offset (default `0`) for pagination
- `From` - Singular Name & Address, or null if none
- `To`, `CC`, `BCC` - Array of Name & Address, or null if none
- `Size` - Total size of raw email in bytes
diff --git a/server/ui-src/App.vue b/server/ui-src/App.vue
index 6d191ef..0ebdadb 100644
--- a/server/ui-src/App.vue
+++ b/server/ui-src/App.vue
@@ -532,7 +532,7 @@ export default {
:href="'#'+messagePrev" title="View previous message">
-
Download